google-nomulus/core
Weimin Yu f1c46b8030
Drop postgresql schema instead of database in Sql tests (#530)
* Drop schema instead of database in Sql tests

Speed up the database cleanup between tests by dropping the schema
instead of the database. The new approach is much faster.

Ad hoc measurement on my desktop shows that :core:sqlIntegrationTest
improves from 73 seconds to 48 seconds, and :core:standardTest
improves from 12m40 to 7m40.
2020-03-25 21:03:58 -04:00
..
gradle/dependency-locks Allow backwards compatibility with JUnit 4 @Rules in JUnit 5 (#526) 2020-03-23 14:45:54 -04:00
src Drop postgresql schema instead of database in Sql tests (#530) 2020-03-25 21:03:58 -04:00
WEB-INF/appengine-generated Enable Cloud SQL when Datastore is enabled for unit test (#502) 2020-03-10 12:26:25 -04:00
build.gradle Allow backwards compatibility with JUnit 4 @Rules in JUnit 5 (#526) 2020-03-23 14:45:54 -04: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