Hi,

   We tried to build h2 1.4.196 using jdk 1.8. But we are getting many 
failures in unit testing, we have updated pom.xml using 

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.5.1</version>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
        </configuration>
      </plugin>


we are getting following exceptions..


ERROR: FAIL java.lang.AssertionError: Failure java.lang.AssertionError: 
Failure ------------------------------
java.lang.AssertionError: Failure
at org.h2.test.TestBase.fail(TestBase.java:476)
at org.h2.test.TestBase.fail(TestBase.java:449)
at 
org.h2.test.db.TestFunctions.testAnnotationProcessorsOutput(TestFunctions.java:2004)
at org.h2.test.db.TestFunctions.test(TestFunctions.java:119)
at org.h2.test.TestBase.runTest(TestBase.java:151)


ERROR: FAIL java.lang.AssertionError: Failure java.lang.AssertionError: 
Failure ------------------------------
java.lang.AssertionError: Failure
at org.h2.test.TestBase.fail(TestBase.java:476)
at org.h2.test.TestBase.fail(TestBase.java:449)
at 
org.h2.test.db.TestOutOfMemory.testMVStoreUsingInMemoryFileSystem(TestOutOfMemory.java:65)
at org.h2.test.db.TestOutOfMemory.test(TestOutOfMemory.java:42)
at org.h2.test.TestBase.runTest(TestBase.java:151)
at org.h2.test.TestAll.addTest(TestAll.java:959)
at org.h2.test.TestAll.test(TestAll.java:740)
at org.h2.test.TestAll.runTests(TestAll.java:611)
at org.h2.test.TestAll.testAll(TestAll.java:551)


ERROR: FAIL java.lang.AssertionError: No reply from process 
java.lang.AssertionError: No reply from process 
------------------------------
java.lang.AssertionError: No reply from process
at org.h2.test.TestBase.fail(TestBase.java:476)
at org.h2.test.synth.TestKillRestart.test(TestKillRestart.java:53)
at org.h2.test.TestBase.runTest(TestBase.java:151)
at org.h2.test.TestAll.addTest(TestAll.java:959)
at org.h2.test.TestAll.test(TestAll.java:821)
at org.h2.test.TestAll.runTests(TestAll.java:611)
at org.h2.test.TestAll.testAll(TestAll.java:551)





Thanks
Jijo 





-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to