-
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
Ensure logging category is properly set for @QuarkusIntegrationTest #31644
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
142a4ab
to
c9c6596
Compare
This comment has been minimized.
This comment has been minimized.
@QuarkusIntegrationTest uses the logging output to determine that the application has properly booted, so we need to make sure that user provided configuration does not turn off the necessary logging output
Failing Jobs - Building b0b7434
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #📦 integration-tests/gradle✖
✖
✖
✖
⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/arc/deployment
! Skipped: extensions/agroal/deployment extensions/amazon-lambda/common-deployment extensions/amazon-lambda/deployment and 339 more 📦 extensions/arc/deployment✖
|
@QuarkusIntegrationTest
uses the logging output to determine that the application has properly booted, so we need to make sure that user provided configuration does not turn off the necessary logging outputFixes: #31640