No answer. Does it mean that nobody reproduces ?
I indeed tested on a completely different configuration (MacOSX) without
reproducing any error but at work, on our Novell network, the unit tests
never pass.
I typically get the following output :
00:11:35 23:11:35.266 org.h2.test.unit.TestFileLockSerialized testSequence
00:11:41 23:11:41.422 org.h2.test.unit.TestFileLockSerialized
testSequenceFlush
00:11:43 23:11:43.629 org.h2.test.unit.TestFileLockSerialized
testLeftLogFiles
00:11:45 23:11:45.494 org.h2.test.unit.TestFileLockSerialized
testWrongDatabaseInstanceOnReconnect
00:11:49 23:11:49.679 org.h2.test.unit.TestFileLockSerialized testCache()
00:11:56 23:11:56.990 org.h2.test.unit.TestFileLockSerialized
testBigDatabase(false)
00:12:33 23:12:33.835 org.h2.test.unit.TestFileLockSerialized Expected: 500
actual: 999
Exception in thread "org.h2.test.unit.TestFileLockSerialized$7"
java.lang.AssertionError: Expected: 500 actual: 999
at org.h2.test.TestBase.fail(TestBase.java:428)
at org.h2.test.TestBase.assertEquals(TestBase.java:565)
at
org.h2.test.unit.TestFileLockSerialized$7.call(TestFileLockSerialized.java:641)
at org.h2.util.Task.run(Task.java:38)
at java.lang.Thread.run(Thread.java:662)
00:12:35 23:12:35.183 org.h2.test.unit.TestFileLockSerialized
testBigDatabase(true)
Exception in thread "main" java.lang.RuntimeException:
org.h2.jdbc.JdbcSQLException: (Message 42S01 not found); SQL statement:
create table test(id int, id2 int) [42101-162]
at org.h2.util.Task.get(Task.java:66)
at
org.h2.test.unit.TestFileLockSerialized.testBigDatabase(TestFileLockSerialized.java:658)
at
org.h2.test.unit.TestFileLockSerialized.test(TestFileLockSerialized.java:59)
at
org.h2.test.unit.TestFileLockSerialized.main(TestFileLockSerialized.java:37)
Caused by: org.h2.jdbc.JdbcSQLException: (Message 42S01 not found); SQL
statement:
create table test(id int, id2 int) [42101-162]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
at org.h2.message.DbException.get(DbException.java:169)
at org.h2.message.DbException.get(DbException.java:146)
at org.h2.command.ddl.CreateTable.update(CreateTable.java:108)
at org.h2.command.CommandContainer.update(CommandContainer.java:73)
at org.h2.command.Command.executeUpdate(Command.java:226)
at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:177)
at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:152)
at
org.h2.test.unit.TestFileLockSerialized$6.call(TestFileLockSerialized.java:617)
at org.h2.util.Task.run(Task.java:38)
at java.lang.Thread.run(Thread.java:662)
Any hint ?
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/h2-database/-/mqiCBdhQMR4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.