-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Test} Fix some live tests for acr, appservice, backup, netappfiles, batch #15245
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
Conversation
|
Test |
b172228 to
4bdd85c
Compare
4bdd85c to
2242a96
Compare
|
|
||
| # Since this test requires core quota, we must statically create an account with quota | ||
| @ResourceGroupPreparer() | ||
| @BatchAccountPreparer() | ||
| def test_batch_pool_cmd( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to use resource preparers and you can use environment variables AZURE_CLI_TEST_DEV_RESOURCE_GROUP_NAME and AZURE_CLI_TEST_DEV_BATCH_ACCT_NAME for existing resources in live tests when necessary.
|
@bgklein can you help review the changes for batch tests? This is to fix the failures in our weekly live tests validation. The result from last week for batch is here: https://clitestresultstac.blob.core.windows.net/20200918224751live/batch.report.parallel.html |
Juliehzl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for my code owner part
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Description
az acr identity assignandaz acr identity removeas operations on identity are async.VaultPreparerto disable soft delete and allow the vault delete to fail in soft-delete-enabled cases.Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.