KEYCLOAK-5873 set DB_CLOSE_ON_EXIT to false when crossdc tests are run on in memory H2
This commit is contained in:
parent
d78bc37253
commit
c083c1c4cf
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@
|
||||||
<profile>
|
<profile>
|
||||||
<id>auth-servers-crossdc-jboss</id>
|
<id>auth-servers-crossdc-jboss</id>
|
||||||
<properties>
|
<properties>
|
||||||
<crossdc.jboss.jdbc.url>jdbc:h2:tcp://localhost:9092/mem:keycloak-dc-shared;DB_CLOSE_DELAY=-1</crossdc.jboss.jdbc.url>
|
<crossdc.jboss.jdbc.url>jdbc:h2:tcp://localhost:9092/mem:keycloak-dc-shared;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</crossdc.jboss.jdbc.url>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in a new issue