-
Notifications
You must be signed in to change notification settings - Fork 138
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
Upgrade to Quarkus 2.8 #3233
Upgrade to Quarkus 2.8 #3233
Conversation
It seems the failing test |
@sophokles73 yes |
The |
Ok, I will apply that change |
72ce10f
to
0c059da
Compare
0c059da
to
a993a4d
Compare
a993a4d
to
8f21282
Compare
@sophokles73 It seems to me like a general issue with the test. I'm looking into a fix. I don't currently see how this is related with the Quarkus update. |
neither do I |
The issue with the Replacing
should fix the issue, making sure that the bottom |
ok, I will give it a shot |
Signed-off-by: Kai Hudalla <[email protected]>
The failing test is actually due to the newer Vert.x version being used here. |
eadf3b2
to
de5acc2
Compare
Signed-off-by: Kai Hudalla <[email protected]>
Signed-off-by: Kai Hudalla <[email protected]>
Fixes eclipse-hono#3219 Signed-off-by: Kai Hudalla <[email protected]>
de5acc2
to
1b64d93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Follow-up commits/PRs could then address re-enabling of parallel unit-test execution and removal of added vert.x traces for event bus messages (they are not useful IMHO).
@calohmn can you point me to the corresponding code? |
It's about traces created by means of the Quarkus EventBusInstrumenterVertxTracer (e.g. |
ok, I am working on a PR for re-enabling parallel test execution ... |
fixes #3219