-
Notifications
You must be signed in to change notification settings - Fork 37
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
Intermittent failure in Quarkus TCK #233
Comments
Full stack trace of the failing assert: quarkusio/quarkus#9556 (comment) |
It may also fail in a different way: quarkusio/quarkus#18387 Full stacktrace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is the following failure in a Quarkus PR (unrelated to FT): https://github.com/quarkusio/quarkus/pull/9556/checks?check_run_id=703890388
Looking at the test logic the only way I can see for this to happen is if a thread continues to execute after throwing an exception (e.g. the caller receives the TimeoutException, but then the actual thread runs anyway).
The text was updated successfully, but these errors were encountered: