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

Resolve a few flaky Key Vault tests #19612

Merged
merged 9 commits into from
Mar 23, 2021
Merged

Conversation

heaths
Copy link
Member

@heaths heaths commented Mar 18, 2021

  • Wait longer for deleted keys. Resolves a recent issue found during live tests.
  • Fix net5.0 tests on OSX.
  • Add EventSource for CertificateOperation. Adds more logging to better diagnose how Flaky tests for CancelCertificateOperation #17718 is happening.

@heaths heaths requested a review from pakrym March 18, 2021 00:42
@heaths heaths requested a review from schaabs as a code owner March 18, 2021 00:42
@ghost ghost added the KeyVault label Mar 18, 2021
@heaths heaths linked an issue Mar 18, 2021 that may be closed by this pull request
@heaths heaths merged commit 8b7e5f1 into Azure:master Mar 23, 2021
@heaths heaths deleted the keyvault-tests branch March 23, 2021 16:45
Mohit-Chakraborty pushed a commit to Mohit-Chakraborty/azure-sdk-for-net that referenced this pull request Mar 23, 2021
* Wait longer for deleted keys

* Fix net5.0 tests on OSX

* Add EventSource for CertificateOperation

Added more logging to better diagnose how Azure#17718 is happening.

* Always get start time from stopwatch

...in case the event source is initially disabled, but enabled in the middle (elapsed time would be very long).

* Fix broken test on OSX

* More fixes for OSX

* Resolve PR feedback

* Re-enable some tests and increasing polling interval

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

Successfully merging this pull request may close these issues.

Flaky tests for CancelCertificateOperation
3 participants