google-nomulus/core
Weimin Yu d6bf6f375e
Fix flakiness in JodaMoneyConverterTest (#421)
* Fix flakiness in JodaMoneyConverterTest

JpdaMoneyConverterTest relies on Hibernate to deploy its schema.
This introduces an extra jdbc connection in the middle of a test
suite, and may break the connection count checks between tests made
by JpaTransactionManagerRule.

This change updated HibernateSchemaExporter to include Hibernate
proprietary mappings in META-INF/orm.xml.

This change also disabled Hibernate schema push for all tests,
and enabled sql statement logging.
2020-01-02 11:51:20 -05:00
..
gradle/dependency-locks Consolidate certificate supplier module (#410) 2019-12-23 13:09:47 -05:00
src Fix flakiness in JodaMoneyConverterTest (#421) 2020-01-02 11:51:20 -05:00
build.gradle Remove the schema jar url override for tests (#415) 2019-12-17 11:24:20 -05:00
Dockerfile Build docker image of nomulus tool (#142) 2019-07-16 20:18:44 -04:00
karma.conf.js Clean up Karma config file (#345) 2019-11-06 10:33:58 -05:00