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

Ensure that assertion failures in threads trigger test failures #86

Conversation

niligulmohar
Copy link
Contributor

In TestBeeline.test_treaded_trace there are some assertions run in
threads. Assertion failures from these would only appear in the log,
but not fail the test. This change re-raises any exceptions in the
main thread so that they will cause test failures.

In TestBeeline.test_treaded_trace there are some assertions run in
threads. Assertion failures from these would only appear in the log,
but not fail the test. This change re-raises any exceptions in the
main thread so that they will cause test failures.
@niligulmohar
Copy link
Contributor Author

This change is included in #87.

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