Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add azure-ai-anomalydetector to error code 5 ignored list #13131

Merged
merged 3 commits into from
Aug 17, 2020

Conversation

praveenkuttappan
Copy link
Member

Azure-ai-anomalydetector is autogenerated code so it doesn't have any tests. pytest returns error code 5 when no test is present and we need to ignore error code 5 for these packages.

@praveenkuttappan
Copy link
Member Author

/azp run python - anomalydetector - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@praveenkuttappan praveenkuttappan merged commit 6aa1b6a into Azure:master Aug 17, 2020
@praveenkuttappan praveenkuttappan deleted the anomalydetector_ci branch August 17, 2020 16:23
iscai-msft added a commit to iscai-msft/azure-sdk-for-python that referenced this pull request Aug 17, 2020
…into get_certs_2016

* 'master' of https://github.com/Azure/azure-sdk-for-python: (26 commits)
  Type inference (Azure#12980)
  Add azure-ai-anomalydetector to error code 5 ignored list (Azure#13131)
  Handle missing model properties in Key Vault 2016-10-01 (Azure#13129)
  fix aad test so it runs locally (Azure#13127)
  Suppress errors in anomoly detector for now. (Azure#13141)
  Anomaly Detector V1, track2 generator (Azure#12931)
  [formrecognizer] Add `kind` to FormElement (Azure#13079)
  Regenerate code from connie's swagger change (Azure#12979)
  Update async (Azure#12978)
  Move get_access_conditions to _serialize.py (Azure#13105)
  [Storage][DataLake]Update Min Dependency (Azure#13108)
  Restore user authentication API from 1.4.0b7 (Azure#13070)
  [Storage][FileShare]ChangeLog update (Azure#13103)
  remove locale (Azure#13102)
  [Storage][Blob]ChangeLog Update (Azure#13081)
  Fixed etag bug (Azure#13078)
  [Storage][Blob]Fix live test and if tags bug (Azure#13054)
  [Storage][Blob][Batch]Support batch delete empty blob list (Azure#13029)
  [Storage][Blob][Bug]Support parsing blob url with '/' in blob name (Azure#12619)
  [formrecognizer] add api version enum (Azure#12888)
  ...
@@ -48,6 +48,7 @@ known_content_issues:
- ['sdk/synapse/azure-synapse-spark/README.md', '#4554']
- ['sdk/synapse/azure-synapse-artifacts/README.md', '#4554']
- ['sdk/synapse/azure-synapse-nspkg/README.md', '#4554']
- ['sdk/anomalydetector/azure-ai-anomalydetector/README.md', '#4554']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @mitchdenny added this in PR #13141 at the bottom of the list so it is now in the list twice.

@mitchdenny
Copy link
Contributor

Looks like this PR might have introduced some problems for this PR:

#13135

@praveenkuttappan
Copy link
Member Author

PR was to add anomalydetector ( new package) to override dependency and I believe this change is missing in current repo.

@mitchdenny
Copy link
Contributor

Yep ... my bad, thanks for jumping onto it Praveen. I didn't notice that the pipeline run on the blocked PR was old, prior to your fix going in, I had assumed that somehow your fix had introduced the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants