-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update dependencies #381
Update dependencies #381
Conversation
32bd658
to
5d6971f
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.
Changes in general look good to me, a few small things to adjust.
- There should be 3 commits related to the areas highlighted in the description
- Please do not use QQE-XYZ in commit message / PR title, the tracker is private one. In general it's better to provide descriptive commit message, the link to the QQE tracker cam be added into second or third line of the commit message"
Error: StartStopTest.fullMicroProfileNative:241->testRuntime:200 Application FULL_MICROPROFILE in NATIVE consumed 87001 kB, which is over 83000 kB threshold. ==> expected: <true> but was: <false>
is very suspicious, it's worth to investigate, it can be a follow-up task (ideally for this / next week)
testsuite/src/it/java/io/quarkus/ts/startstop/SpecialCharsTest.java
Outdated
Show resolved
Hide resolved
testsuite/src/it/java/io/quarkus/ts/startstop/SpecialCharsTest.java
Outdated
Show resolved
Hide resolved
5d6971f
to
219a167
Compare
Fixes applied, commits changed. Regarding to Startstop: I am investigating this, though locally the tests fails in a different way. I can investigate this further or create a separate task for it. Which one would you prefer? |
Give it 2 hours. After that please create a separate task. |
An issue: https://issues.redhat.com/browse/QQE-871 |
Make names of several variables more descriptive, make logging more detailed
Since 3.13.0 Quarkus OTEL exporter uses GRPC streams to export traces. Our hacked together OTEL server could not handle that, and was rewritten to conform to OTEL specifications more.
219a167
to
22569bf
Compare
Update of Quarkus to 3.13 yielded some issues. Related tests were changed/disabled
22569bf
to
f97357f
Compare
Our hacked together OTEL server(added in Make 'app-full-microprofile' project closer to what customers do and address engineering team feedback #378) could not handle that and was rewritten to conform to OTEL specifications more.
Related issue: QQE-844