Skip to content

Commit

Permalink
Testfix for #220
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEismann committed Aug 16, 2022
1 parent e2bfa77 commit 643b81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ private void waitForDatabase() {
DataGenerator.GENERATOR.isDatabaseEmpty();
databaseOffline = false;
} catch (PersistenceException e) {
System.out.println("TEST");
LOG.warn("Exception connecting to database. Is database offline? Wating for "
+ DATABASE_OFFLINE_WAIT_MS + " ms.");
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<property name="eclipselink.logging.level" value="INFO"/>
<property name="eclipselink.ddl-generation" value="create-tables"/>
<property name="eclipselink.ddl-generation.output-mode" value="database" />
<property name="eclipselink.logging.level" value="OFF"/>
</properties>
</persistence-unit>
</persistence>

0 comments on commit 643b81c

Please sign in to comment.