[jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-08-20 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-216?page=comments#action_12429314 ] Daniel John Debrunner commented on DERBY-216: - The insert case is included in largeCodeGen now. expand largeCodeGen.java test

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-05-10 Thread Ramandeep Kaur
Kathey, I ran the lang/largeCodeGen.java with PRINT_FAILURE_EXCEPTIONset to true as follows: java -Dverbose=true -Djvmflags=-mx512M -ms512M -Dframework=DerbyNetClientorg.apache.derbyTesting.functionTests.harness.RunTest lang/largeCodeGen.java and got the following MasterFileName =

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-05-10 Thread Ramandeep Kaur
Kathey, please ignore previous stack trace. I am writing it here again:- MasterFileName = master/largeCodeGen.out15a16,18 java.sql.SQLException: Statement too complex. Try rewriting the query to remove complexity. Eliminating many duplicate expressions or breaking up the query and storing interim

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-05-10 Thread Ramandeep Kaur
Attaching files. Thanks, Raman largeCodeGen.out Description: Binary data PASS: PREPARE: Logical operators with 200 parameters PASS: Logical operators with 200 parameters PASS: PREPARE: Logical operators with 300 parameters PASS: Logical operators with 300 parameters PASS: PREPARE: Logical

[jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-05-05 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-216?page=comments#action_12378154 ] Sunitha Kambhampati commented on DERBY-216: --- I remember the last time I ran the largeData with ibm142 a couple months ago, this suite passed OK. Now, I ran the

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-05-05 Thread Manjula G Kutty
Sunitha Kambhampati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-216?page=comments#action_12378154 ] Sunitha Kambhampati commented on DERBY-216: --- I remember the last time I ran the largeData with ibm142 a couple months ago, this

[jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-05-05 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-216?page=comments#action_12378176 ] Kathey Marsden commented on DERBY-216: -- With revision 37644 I fixed the run to run differences and at that time the test passed with both embedded and client on Windows.

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-02-01 Thread Mike Matrigali
I haven't followed the largeCodeGen test much, does it take an extremely long time or need a lot of memory? I am not sure what amount of time is the cutover from not being appropriate in the nightly suite. Otherwise we should just have add it somewhere else. I have run the large data test

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-02-01 Thread Manjula G Kutty
Mike Matrigali wrote: I haven't followed the largeCodeGen test much, does it take an extremely long time or need a lot of memory? I am not sure what amount of time is the cutover from not being appropriate in the nightly suite. Otherwise we should just have add it somewhere else. I have run

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-02-01 Thread Daniel John Debrunner
Mike Matrigali wrote: I haven't followed the largeCodeGen test much, does it take an extremely long time or need a lot of memory? I am not sure what amount of time is the cutover from not being appropriate in the nightly suite. Otherwise we should just have add it somewhere else. It drags

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-02-01 Thread Kathey Marsden
Mike Matrigali wrote: I haven't followed the largeCodeGen test much, does it take an extremely long time or need a lot of memory? I am not sure what amount of time is the cutover from not being appropriate in the nightly suite. largeCodeGen takes about 5 minutes on my laptop, but I have heard

Re: [jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-02-01 Thread Mike Matrigali
ok, looks like it belongs in that suite. I just wanted to make sure putting stuff in this suite is the exception. Even with this test it sounds like it would be nice if the 1st part was a standard test and the problem query was in this suite. Daniel John Debrunner wrote: Mike Matrigali wrote:

[jira] Commented: (DERBY-216) expand largeCodeGen.java test

2006-01-30 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-216?page=comments#action_12364516 ] Kathey Marsden commented on DERBY-216: -- I pulled the largeCodeGen test into the largeData suite. I suppressed the exception output for failed cases by default. It varies