Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 682137c

Browse files
committed
Add ;DB_CLOSE_DELAY=-1 to testing url
1 parent cb8c33c commit 682137c

File tree

1 file changed

+1
-1
lines changed
  • hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers

1 file changed

+1
-1
lines changed

‎hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers/H2Database.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public String getJdbcUrl() {
7979

8080
@Override
8181
public String getUri() {
82-
return "h2:~/test;DATABASE_TO_UPPER=FALSE";
82+
return "h2:~/test;DATABASE_TO_UPPER=FALSE;DB_CLOSE_DELAY=-1";
8383
}
8484

8585

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /