Skip to content

Conversation

@feherzsolt
Copy link
Contributor

@feherzsolt feherzsolt commented Aug 17, 2025

Eliminate concurrentcy with test stub

  • [x ] You've read the Contributor Guide and Code of Conduct.
  • [x ] You've included unit or integration tests for your change, where applicable.
  • [x ] You've included inline docs for your change, where applicable.
  • [x ] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Summary of the changes (Less than 80 chars)

Description

TestPublisher was using a List which was modified from multiple concurrent Task which might have led to test flakiness. I have replaced the collection with a thread safe one to try resolving this flakiness.

(Hopefully fixes)
#49745

@github-actions github-actions bot added the area-healthchecks Includes: Healthchecks (some bugs also in Extensions repo) label Aug 17, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Aug 17, 2025
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Aug 24, 2025
@BrennanConroy
Copy link
Member

/azp run

@dotnet-policy-service dotnet-policy-service bot removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Dec 10, 2025
@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BrennanConroy BrennanConroy enabled auto-merge (squash) December 10, 2025 21:27
@BrennanConroy BrennanConroy merged commit c9d0750 into dotnet:main Dec 10, 2025
29 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-healthchecks Includes: Healthchecks (some bugs also in Extensions repo) community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants