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

Fix Key Vault live tests #11415

Merged
merged 1 commit into from
Apr 21, 2020
Merged

Fix Key Vault live tests #11415

merged 1 commit into from
Apr 21, 2020

Conversation

heaths
Copy link
Member

@heaths heaths commented Apr 17, 2020

Occasional issue with live tests caused by test assemblies running
concurrently. We need to skip managed keys and secrets (only secrets was
actually failing, but keys could as well) since certificates may be
getting deleted simultaneously.

Occasional issue with live tests caused by test assemblies running
concurrently. We need to skip managed keys and secrets (only secrets was
actually failing, but keys could as well) since certificates may be
getting deleted simultaneously.
@heaths heaths requested a review from schaabs as a code owner April 17, 2020 20:31
@heaths heaths requested a review from pakrym April 21, 2020 01:35
@pakrym
Copy link
Contributor

pakrym commented Apr 21, 2020

Should we create a second KV for samples that would not have managed keys in them?

@heaths
Copy link
Member Author

heaths commented Apr 21, 2020

Managed keys and secrets are just those tied to certificates. In order to avoid managed keys and secrets, certificates would need to be in their own KV and I don't think it's worth it.

I have considered, though, creating a separate KV with soft delete disabled because some of our code works differently (or not at all, like purge and recover operations) but it means a significant rewrite/refactoring of test code, because even the clean up assumes soft delete. It's not something we'd likely have time to do, and probably isn't worth the time investment after an internal discussion.

@heaths
Copy link
Member Author

heaths commented Apr 21, 2020

/check-enforcer reset

@heaths
Copy link
Member Author

heaths commented Apr 21, 2020

/check-enforcer evaluate

@heaths heaths merged commit 093b498 into Azure:master Apr 21, 2020
@heaths heaths deleted the fix-keyvault-tests branch April 21, 2020 18:22
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-net that referenced this pull request Nov 12, 2020
Revert: spec changes for Libmary Management in bigDataPool (Azure#11612)

* Revert "attributes added in LibraryInfo in BigDataPool specs (Azure#11415)"

This reverts commit 5d48a7dc324dd221d5e0455e3947c5fc39084132.

* Revert "Custom Library support in Spark pool (Azure#11172)"

This reverts commit c653ee788c4dd74ede34ff17e64e7c0c45681e3e.

Co-authored-by: Navneet Singh <navsi@microsoft.com>
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.

2 participants