-
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
Don't use show SQL in the tests #19185
Conversation
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 17f50b8
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 extensions/hibernate-orm/deployment✖
⚙️ JVM Tests - JDK 11 Windows #📦 extensions/hibernate-orm/deployment✖
⚙️ JVM Tests - JDK 16 #📦 extensions/hibernate-orm/deployment✖
|
17f50b8
to
f70ddc9
Compare
@@ -3,5 +3,5 @@ quarkus.datasource.devservices.enabled=false | |||
#quarkus.datasource.jdbc.url=jdbc:h2:mem:test | |||
# | |||
#quarkus.hibernate-orm.dialect=org.hibernate.dialect.H2Dialect | |||
#quarkus.hibernate-orm.log.sql=true | |||
##quarkus.hibernate-orm.log.sql=true |
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.
There are several cases of these ##
double comments.
hotReplacementHandler.handle(event); | ||
} | ||
}); | ||
httpRouteRouter.route().order(Integer.MIN_VALUE).handler(new TCCLHotReplacementHandler(currentCl)); |
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.
This doesn't seem to belong in this PR?
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.
I agree in principle, but need to remove at least the changes to VertxHttpRecorder
This makes the test logs really large, and most of the time makes things harder to dubug rather than easier.
f70ddc9
to
db2e6b6
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.
Thanks!
Failing Jobs - Building db2e6b6
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 Windows #📦 extensions/hibernate-orm/deployment✖
|
Just one failure, and related to thanks! |
This makes the test logs really large, and most of the time makes things
harder to dubug rather than easier.