You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2006/08/21 17:29:51 UTC

svn commit: r433262 - /db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java

Author: djd
Date: Mon Aug 21 08:29:50 2006
New Revision: 433262

URL: http://svn.apache.org/viewvc?rev=433262&view=rev
Log:
Remove largeCodeGen from lang._Suite as the test is too unstable to run in the nightlies
due to the different memory usage across vms. DERBY-1315 and DERBY-1735 should address
adding the test back in.
Merge of 433261 from trunk

Modified:
    db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java

Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java?rev=433262&r1=433261&r2=433262&view=diff
==============================================================================
--- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java (original)
+++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java Mon Aug 21 08:29:50 2006
@@ -45,7 +45,11 @@
 
 		TestSuite suite = new TestSuite("lang");
         
-        suite.addTest(largeCodeGen.suite());
+        // DERBY-1315 and DERBY-1735 need to be addressed
+        // before re-enabling this test as it's memory use is
+        // different on different vms leading to failures in
+        // the nightly runs.
+        // suite.addTest(largeCodeGen.suite());
 
 		// suite.addTest(PrepareExecuteDDL.suite());
 		// suite.addTest(LangScripts.suite());