-
Notifications
You must be signed in to change notification settings - Fork 3
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
SEVERE error in integration tests due to update of OpenTelemetry #290
Labels
bug
Something isn't working
Comments
This was referenced Oct 17, 2024
zakkak
added a commit
to zakkak/mandrel-integration-tests
that referenced
this issue
Oct 18, 2024
This was referenced Oct 18, 2024
On Mandrel for JDK 23 integration tests this manifests as:
See #292 for details. |
This was referenced Oct 21, 2024
Can we allow-list those warnings so as to reduce test noise, perhaps? At least for JDK 23 and JDK 21 based builds this would be helpful. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since quarkusio/quarkus#43752 the integration tests fail with:
This is due to the OpenTelemetry update in quarkusio/quarkus#43752. After this change we see a SEVERE error instead of a WARNING we used to get due to not setting up any OpenTracing collector.
The text was updated successfully, but these errors were encountered: