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

Run unit tests sequentially. #8864

Merged
merged 6 commits into from
Mar 16, 2023
Merged

Run unit tests sequentially. #8864

merged 6 commits into from
Mar 16, 2023

Conversation

dreddy-work
Copy link
Member

@dreddy-work dreddy-work commented Mar 16, 2023

Replacing #8772.

changes:

  • Serialize execution of unit tests on build agents.
  • Block tests against hsplit.cur and vsplit.cur. They need special attention with respect to disposing them. Possibly a bug that has been there since Framework.
  • Remove collection definition that is not necessary anymore.
  • Add retry count (1).

Tracking issue to regroup unit tests as well as fixing UI tests are tracked by #8810.

Fixes #6610 Fixes #4212 fixes #6729 fixes #8632 fixes #8602 fixes #8609 fixes #8601 fixes #8611 fixes #3647

Microsoft Reviewers: Open in CodeFlow

@ghost ghost assigned dreddy-work Mar 16, 2023
@dreddy-work
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@dreddy-work dreddy-work marked this pull request as ready for review March 16, 2023 20:24
@dreddy-work dreddy-work requested a review from a team as a code owner March 16, 2023 20:24
Copy link
Member

@JeremyKuhne JeremyKuhne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor things

@ghost ghost added waiting-author-feedback The team requires more information from the author and removed waiting-author-feedback The team requires more information from the author labels Mar 16, 2023
@dreddy-work dreddy-work requested a review from JeremyKuhne March 16, 2023 20:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.