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

Test harness now runs only one test at a time. #57

Merged
merged 3 commits into from
Dec 20, 2023
Merged

Conversation

nedtwigg
Copy link
Member

Previously, when our test harness ran a test which had a UT_ mirror, it ran every test in the project, not just the corresponding UT_ mirror. This meant that you had to worry about how your test interacts with other tests, which makes test authoring more complex. I was seeing a few "flaky" snapshot changes, that I tracked down to test order execution.

This PR fixes that.

…nit-vintage` because TestLauncher can't find that test task for some reason (:shrug:).
@nedtwigg nedtwigg merged commit c2befc8 into main Dec 20, 2023
6 checks passed
@nedtwigg nedtwigg deleted the feat/test-fixup branch December 20, 2023 07:19
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.

1 participant