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 my...@apache.org on 2011/06/22 02:17:13 UTC

svn commit: r1138263 - in /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests: multi/stress/stress_app.properties suites/multi.properties

Author: myrnavl
Date: Wed Jun 22 00:17:13 2011
New Revision: 1138263

URL: http://svn.apache.org/viewvc?rev=1138263&view=rev
Log:
DERBY-4744; Out of Memory resulting in heapdump and javacore in test derbynetclientmats (and derbynetmats) stress.multi with 10.1 with IBM 1.5 JVM after upgrade to SR11FP1 (from SR10).
  preventing run of stress.multi altogether with ibm 1.5. (both embedded and client).

Modified:
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/multi/stress/stress_app.properties
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/multi.properties

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/multi/stress/stress_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/multi/stress/stress_app.properties?rev=1138263&r1=1138262&r2=1138263&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/multi/stress/stress_app.properties (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/multi/stress/stress_app.properties Wed Jun 22 00:17:13 2011
@@ -1 +1,3 @@
 supportfiles=multi/stress/create.sql,multi/stress/createa.sql,multi/stress/createy.sql,multi/stress/createz.sql,multi/stress/final.sql,multi/stress/init.properties,multi/stress/init.sql,multi/stress/insert.sql,multi/stress/insert2.sql,multi/stress/roll.sql,multi/stress/roll2.sql,multi/stress/run.properties,multi/stress/selectmain.sql,multi/stress/selectmain2.sql,multi/stress/stress.multi,multi/stress/update.sql,multi/stress/update2.sql
+# Exclude with ibm 1.5; test runs into OOM; see DERBY-4744.
+runwithibm15=false

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/multi.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/multi.properties?rev=1138263&r1=1138262&r2=1138263&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/multi.properties (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/multi.properties Wed Jun 22 00:17:13 2011
@@ -1,4 +1,5 @@
-runwithj9=false
-
+#Exclude for ibm 1.5 - test runs into Out Of Memory - DERBY-4744
+runwithibm15=false
 #Exclude for J2ME/Foundation - test requires java.sql.Driver
-runwithfoundation=false
\ No newline at end of file
+runwithj9=false
+runwithfoundation=false