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

Fix tests reporting in parallel execution #1379

Merged
merged 2 commits into from
Nov 15, 2022
Merged

Conversation

disconnect3d
Copy link
Member

Fix issue where parallel test execution was unable to track failed tests and inform about their number.

When we had a test failing, that is the output before/after this PR.

Before:

*********************************
********* TESTS SUMMARY *********
*********************************
Tests passed or skipped: 1
Tests failed: 0

After:

*********************************
********* TESTS SUMMARY *********
*********************************
Tests passed or skipped: 0
Tests failed: 1

Fix issue where parallel test execution was unable to track failed tests and inform about their number.
@disconnect3d disconnect3d merged commit f2ba99e into dev Nov 15, 2022
@disconnect3d disconnect3d deleted the disconnect3d-patch-1 branch November 15, 2022 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant