-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Use latest SmallRye Context Propagation #41064
Conversation
I suppose this may be related…
|
It very much does look related |
Yeah, I can reproduce locally. Pity that this behaviour is not tested in the TCK, or the SR/CP tests, or the Quarkus CP tests, and it shows up in something completely unrelated. |
Yeah... But it could be worse: CI could have passed and some user's code suddenly broke for no apparent reason in a future release |
This comment has been minimized.
This comment has been minimized.
I've looked at the problem, and I wonder if that test is actually correct. I would like to know the reasoning behind sometimes having the exception wrapped in
All those with I'll need @cescoffier or perhaps @jponge to help me figure out this test. |
I've updated the vertx test temporarily, and marked this PR as Draft, to see if we have other issues. |
We use |
The change in the test looks fine - we may have tested an implementation-specific behavior. |
You can't imagine how happy I am to hear those words 😥 |
Clement said that's fine
OK, bumped to 2.1.2 which is compiled for Java 11, let's re-run CI but it should be fine. |
CI takes +4h to run, now? |
It all depends on how many PRs are running in parallel (and what modules they touch) |
Status for workflow
|
Fixes #40852