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

Investigate test instability in SDK CI #33732

Closed
baronfel opened this issue Jun 30, 2023 · 0 comments
Closed

Investigate test instability in SDK CI #33732

baronfel opened this issue Jun 30, 2023 · 0 comments
Labels
Area-dotnet test untriaged Request triage from a team member

Comments

@baronfel
Copy link
Member

Describe the bug

We have a re-occurring test failure in the SDK CI that's captured here - we should mitigate this. The tests that fail are ones that interact with a local registry - we should consider finding ways to mitigate the failure spawning the container with the local registry. Some options to do this might be:

  • spawn the registry via podman
  • retry the registry spawning/more validations in the spawning stage
  • find a trusted externally-available registry that we could use in lieu of spawning
  • split the registry-container tests into a separate CI run for a) speed and b) stability of other test legs
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-dotnet test untriaged Request triage from a team member labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-dotnet test untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant