Kathey Marsden wrote: > The test lang/largeCodeGen.java is not run with derbyall. I t contains > some cases that are known failures and has no master. > I did some cleanup of this test and added some new cases (svn 351776 ) > in preparation for fixing DERBY-739, but found this case fails.
Here's a newer version of this test that loops through counts for the two tests. This then allows any change to instantly see the higher limits. Eg. here's the output, I think this should match the current checked in code. *** Start: largeCodeGen jdk1.4.2_07 2005-12-06 15:55:33 *** 0 add > PASS: WHERE clause with 200 parameters > PASS: WHERE clause with 300 parameters > PASS: WHERE clause with 400 parameters > FAILED QUERY: WHERE clause with 500 parameters. ERROR XBCM2: Cannot create an instance of generated class org.apache.derby.exe.ace5214067x0108x0280x7d33xffffb e3b48934. > PASS: SELECT with 200 unions Row data check ok > PASS: SELECT with 300 unions Row data check ok > PASS: SELECT with 400 unions Row data check ok > PASS: SELECT with 500 unions Row data check ok > PASS: SELECT with 600 unions Row data check ok > PASS: SELECT with 700 unions Row data check ok > PASS: SELECT with 800 unions Row data check ok > PASS: SELECT with 900 unions Row data check ok > FAILED QUERY: SELECT with 1000 unions. ERROR XBCM1: Java linkage error thrown during load of generated class org.apache.derby.exe.ace5214067x0108x0280x7d33xff ffbe3b4893e. Test Failed. *** End: largeCodeGen jdk1.4.2_07 2005-12-06 15:57:11 ***
largeCodeGen.java
Description: java/
