From abc38477cc5d95af37a82c5a4504379b782abec1 Mon Sep 17 00:00:00 2001 From: Tristan Chuine Date: Tue, 17 Oct 2023 11:07:06 +0200 Subject: [PATCH] Update parent pom & liquibase config for tests --- .gitignore | 3 +++ pom.xml | 2 +- src/test/resources/application-default.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 41e2fab..c2d91ac 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ target/ # IntelliJ /.idea *.iml + +# https://github.com/liquibase/liquibase/issues/2196 +/derby.log diff --git a/pom.xml b/pom.xml index 46c1572..d3e3810 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-parent-ws - 17 + 18 diff --git a/src/test/resources/application-default.yml b/src/test/resources/application-default.yml index 6a44498..ed2539d 100644 --- a/src/test/resources/application-default.yml +++ b/src/test/resources/application-default.yml @@ -16,7 +16,7 @@ logging: powsybl-ws: database: vendor: h2:mem - query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;DEFAULT_NULL_ORDERING=HIGH hostPort: ":" useradmin: