build.bat test fails on Windows

11 views
Skip to first unread message

Pavel

unread,
Nov 18, 2020, 11:13:26 PM11/18/20
to H2 Database
Greeting.

I tried to build the HEAD from master on Windows 
(0b2802d5 Evgenij Ryazanov  on 11/16/2020 at 3:04 AM).
and it failed on "build test" (see below). 

Do you support the Windows platform for development or it is UNIX only?

 
22:50:05 00:06.833 org.h2.test.unit.TestTools FAIL org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "TEST" already exists; SQL statement:
CREATE TABLE TEST(ID INT PRIMARY KEY, BDATA BLOB, CDATA CLOB) [42101-201]
ERROR: FAIL (mvStore memory ) org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "TEST" already exists; SQL statement:
CREATE TABLE TEST(ID INT PRIMARY KEY, BDATA BLOB, CDATA CLOB) [42101-201] org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "TEST" already exists; SQL statement:
CREATE TABLE TEST(ID INT PRIMARY KEY, BDATA BLOB, CDATA CLOB) [42101-201] ------------------------------
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "TEST" already exists; SQL statement:
CREATE TABLE TEST(ID INT PRIMARY KEY, BDATA BLOB, CDATA CLOB) [42101-201]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
        at org.h2.message.DbException.get(DbException.java:223)
        at org.h2.message.DbException.get(DbException.java:199)
        at org.h2.command.ddl.CreateTable.update(CreateTable.java:92)
        at org.h2.command.CommandContainer.update(CommandContainer.java:173)
        at org.h2.command.Command.executeUpdate(Command.java:250)
        at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:234)
        at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:205)
        at org.h2.test.unit.TestTools.testScriptRunscriptLob(TestTools.java:890)
        at org.h2.test.unit.TestTools.test(TestTools.java:102)
        at org.h2.test.TestBase.runTest(TestBase.java:145)
        at org.h2.test.TestAll.addTest(TestAll.java:1010)
        at org.h2.test.TestAll.testAdditional(TestAll.java:908)
        at org.h2.test.TestAll.runTests(TestAll.java:618)
        at org.h2.test.TestAll.testAll(TestAll.java:557)
        at org.h2.test.TestAll.run(TestAll.java:541)
        at org.h2.test.TestAll.main(TestAll.java:442)
22:50:05 00:00.549 org.h2.test.unit.TestSampleApps
22:50:06 00:00.205 org.h2.test.db.TestSubqueryPerformanceOnLazyExecutionMode

Regards,
Pavel.
Reply all
Reply to author
Forward
0 new messages