Question about h2 test case

2010-08-18 Thread JW
Hi, We have had database corruption problem and I try to use org.h2.test.TestAll API to validate our system. We use 1.2.128 version now and plan to migrate upper version. I built 1.2.135 version with ant and copied output files to our system and typed command below. java -cp . org.h2.test.TestAll

Re: Question about h2 test case

2010-08-20 Thread Thomas Mueller
Hi, > Is it OK that test is finished with Exception? No, but I don't think it's a serious problem in this case. It looks like the parser throws a NullPointerException for a random SQL statement. I will fix it in the next release. It would be nice to know what statement exactly caused the problem,

Re: Question about h2 test case

2010-08-22 Thread JW
Hi, I ran crash test one more time, and now I get another result. ArrayIndexOutOfBoundsException. Can you check whether this error is not serious one? You can find he error log in below link. It is too big to paste here. http://dl.dropbox.com/u/1612194/h2_135_crash.zip command : java -cp . org.