Build: #1253 failed Scheduled
Build result summary
Details
- Completed
- Duration
- 37 minutes
- Labels
- None
- Revision
-
be98da2079de9845622398511d43aec607b31e4b
be98da2079de9845622398511d43aec607b31e4b - Total tests
- 12118
- Failing since
- #1252 (Scheduled – )
Tests
- 1 New failures
- 0 Existing failures
- 0 Fixed
- 161 Quarantined / skipped
Responsible
This build has been failing since #1252
No one has taken responsibility
Tests
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
JdbcLockRegistryLeaderInitiatorTests
testLostConnection
|
Default Job | < 1 sec | |
org.springframework.jdbc.datasource.init.ScriptStatementFailedException: org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of class path resource [org/springframework/integration/jdbc/schema-h2.sql]: CREATE TABLE INT_MESSAGE ( MESSAGE_ID CHAR(36) NOT NULL, REGION VARCHAR(100) NOT NULL, CREATED_DATE TIMESTAMP NOT NULL, MESSAGE_BYTES LONGVARBINARY, constraint MESSAGE_PK primary key (MESSAGE_ID, REGION) ); nested exception is org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "INT_MESSAGE" already exists; SQL statement: CREATE TABLE INT_MESSAGE ( MESSAGE_ID CHAR(36) NOT NULL, REGION VARCHAR(100) NOT NULL, CREATED_DATE TIMESTAMP NOT NULL, MESSAGE_BYTES LONGVARBINARY, constraint MESSAGE_PK primary key (MESSAGE_ID, REGION) ) [42101-199] org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #1 of class path resource [org/springframework/integration/jdbc/schema-h2.sql]: CREATE TABLE INT_MESSAGE ( MESSAGE_ID CHAR(36) NOT NULL, REGION VARCHAR(100) NOT NULL, CREATED_DATE TIMESTAMP NOT NULL, MESSAGE_BYTES LONGVARBINARY, constraint MESSAGE_PK primary key (MESSAGE_ID, REGION) ); nested exception is org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "INT_MESSAGE" already exists; SQL statement: CREATE TABLE INT_MESSAGE ( MESSAGE_ID CHAR(36) NOT NULL, REGION VARCHAR(100) NOT NULL, CREATED_DATE TIMESTAMP NOT NULL, MESSAGE_BYTES LONGVARBINARY, constraint MESSAGE_PK primary key (MESSAGE_ID, REGION) ) [42101-199] at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:494) at org.springframework.jdbc.datasource.init.ResourceDatabasePopulator.populate(ResourceDatabasePopulator.java:240) at org.springframework.jdbc.datasource.init.DatabasePopulatorUtils.execute(DatabasePopulatorUtils.java:48) at org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory.initDatabase(EmbeddedDatabaseFactory.java:200) (64 more lines...) |