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

[Key Vault - Certificates] Execute Samples failing in nightly runs #20930

Closed
v-jiaodi opened this issue Mar 18, 2022 · 0 comments · Fixed by #20937
Closed

[Key Vault - Certificates] Execute Samples failing in nightly runs #20930

v-jiaodi opened this issue Mar 18, 2022 · 0 comments · Fixed by #20937
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault needs-team-triage Workflow: This issue needs the team to triage.
Milestone

Comments

@v-jiaodi
Copy link
Member

Key Vault - Certificates nightly test runs are failing with:

Error message:
A certificate with (name/id) cert1647555157636 was not found in this key vault.

Stack trace:
"details": {
"error": {
"code": "CertificateNotFound",
"message": "A certificate with (name/id) cert1647555157636 was not found in this key vault. If you recently deleted this certificate you may be able to recover it using the correct recovery command. For help resolving this issue, please see https://go.microsoft.com/fwlink/?linkid=2125182"
}
}

For more details check here:

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 18, 2022
@azure-sdk azure-sdk added Client This issue points to a problem in the data-plane of the library. KeyVault needs-team-triage Workflow: This issue needs the team to triage. labels Mar 18, 2022
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 18, 2022
@maorleger maorleger self-assigned this Mar 18, 2022
@maorleger maorleger added this to the [2022] April milestone Mar 18, 2022
maorleger added a commit that referenced this issue Mar 18, 2022
### Packages impacted by this PR
@azure/keyvault-certificates

### Issues associated with this PR
Resolves #20930

### Describe the problem that is addressed by this PR
Purging all certificates can lead to a race condition when certificate samples
are run in parallel. Further, all certificates use the same name (assuming both
call Date#getTime at the same time which can further lead to sample pollution.
WeiJun428 pushed a commit to WeiJun428/azure-sdk-for-js that referenced this issue Mar 20, 2022
### Packages impacted by this PR
@azure/keyvault-certificates

### Issues associated with this PR
Resolves Azure#20930

### Describe the problem that is addressed by this PR
Purging all certificates can lead to a race condition when certificate samples
are run in parallel. Further, all certificates use the same name (assuming both
call Date#getTime at the same time which can further lead to sample pollution.
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this issue Oct 25, 2022
Review request for Microsoft.ContainerService to add version 2022-09-01 (Azure#21148)

* Adds base for updating Microsoft.ContainerService from version stable/2022-07-01 to version 2022-09-01

* Updates readme

* Updates API version in new specs and examples

* AKS add oidc feature swagger to 2022-09-01 (Azure#20930)

* AKS add oidc feature swagger to 2022-09-01

* fixup! AKS add oidc feature swagger to 2022-09-01

* fixup! fixup! AKS add oidc feature swagger to 2022-09-01

* fixup! fixup! fixup! AKS add oidc feature swagger to 2022-09-01

* fixup! fixup! fixup! fixup! AKS add oidc feature swagger to 2022-09-01

* fixup! fixup! fixup! fixup! fixup! AKS add oidc feature swagger to 2022-09-01

* blob csi driver 0901 (Azure#20947)

* Update readmes for the 2022-09-01 dev branch of container service (Azure#20952)

* update readmes

* undo go readme

Co-authored-by: Dong Liu <doliu@microsoft.com>
Co-authored-by: weizhi <weizhichen@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault needs-team-triage Workflow: This issue needs the team to triage.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants