google-nomulus/core/src
Weimin Yu d75f1a8e95 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
..
main Fix flakiness in JodaMoneyConverterTest (#421) 2020-01-02 11:51:20 -05:00
nonprod/java/google/registry/tools Create a new app to hold GenerateSqlSchemaCommand (#409) 2019-12-13 16:05:35 -05:00
test Fix flakiness in JodaMoneyConverterTest (#421) 2020-01-02 11:51:20 -05:00