aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/TestDbImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-121/+0
|
* remove DBUnitSébastien Lesaint2019-08-091-1/+1
|
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-091-1/+4
| | | | + db-core & db-migration UTS are executed only on H2
* SONAR-8520 remove H2 specific way of creating database in Unit testsSébastien Lesaint2019-08-091-2/+2
|
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-091-10/+13
| | | | | | | schema-h2.ddl file is replaced by autogenerated file schema-sq.ddl (and moved to module sonar-db-dao) files rows-h2.sql and schema_migrations-h2.ddl are dropped command "./gradlew :server:sonar-db-dao:dumpSchema" can be used to update schema-sq.ddl but this is optional as build will always ensure file is up-to-date with java changes and fail the build if it is not (required for CI builds)
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-091-0/+115