ServiceBootstrappingTest fails if tests are run with hibernate.show_sql=true
Description
ServiceBootstrappingTest#testBasicBuild fails if -Dhibernate.show_sql=true is passed when running the tests (eg. passing it via gradle from command line), because the property will propagate to the JdbcServices which are created and tested.
This test should be skipped if the property equals "true"
Activity
Show:
Former user December 22, 2015 at 1:13 AM
Fixed in master and 5.0 branches. Thanks for the pull requests!
ServiceBootstrappingTest#testBasicBuild fails if -Dhibernate.show_sql=true is passed when running the tests (eg. passing it via gradle from command line), because the property will propagate to the JdbcServices which are created and tested.
This test should be skipped if the property equals "true"