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 fu...@apache.org on 2006/02/14 19:13:33 UTC

svn commit: r377793 - in /db/derby/code/trunk/java/testing: README.htm org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude

Author: fuzzylogic
Date: Tue Feb 14 10:13:31 2006
New Revision: 377793

URL: http://svn.apache.org/viewcvs?rev=377793&view=rev
Log:
DERBY-917: Exclude LobLimits.java from running in Network Server until DERBY-326
and DERBY-550 are fixed.

Committed for Sunitha Kambhampati <ks...@gmail.com>

Modified:
    db/derby/code/trunk/java/testing/README.htm
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude

Modified: db/derby/code/trunk/java/testing/README.htm
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/README.htm?rev=377793&r1=377792&r2=377793&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/README.htm (original)
+++ db/derby/code/trunk/java/testing/README.htm Tue Feb 14 10:13:31 2006
@@ -688,7 +688,7 @@
         <p style="margin-bottom: 0in;">As tests are added to this
 quite, it could require more and more time to run (several minutes to
 several hours to several days), which is why it is NOT included as part
-of the derbyall suite.</p>
+of the derbyall suite. Currently the largedata/LobLimits.java test takes about 17Gb of disk space. On a linux machine with 2.8Ghz Intel Xeon CPU, 4Gb RAM , Linux machine and IBM 1.4.2 JVM with default memory heap size, the test ran for about 4.5 hrs. If the test is successful, it will cleanup the database and other files.</p>
       </li>
     </ul>
   </li>

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude?rev=377793&r1=377792&r2=377793&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude Tue Feb 14 10:13:31 2006
@@ -13,6 +13,8 @@
 # excluding jdbcapi/holdCursorJava.java - JCC behaves differently with hold cursors.
 # excluding jdbcapi/dataSourceReference.java - client side only tests, tests all data sources
 #           regardless of framework
+# excluding largedata/LobLimits.java to run with the network server because currently lobs are materialized and this test tests for 2G lobs.
+# 			see DERBY-326 and DERBY-550 issues
 jdbcapi/resultsetStream.java
 lang/errorStream.java
 lang/scrollCursors2.java
@@ -32,4 +34,4 @@
 jdbcapi/savepointJdbc30_XA.java
 # excluding jdbcapi/derbyStress.java - jcc runs out of memory with this test
 jdbcapi/derbyStress.java
-
+largedata/LobLimits.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude?rev=377793&r1=377792&r2=377793&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNetClient.exclude Tue Feb 14 10:13:31 2006
@@ -9,6 +9,8 @@
 # excluding jdbcapi/dataSourceReference.java - client side only tests, tests all data sources
 # excluding jdbcapi/derbyStress.java - till DERBY-210 is fixed
 #           regardless of framework
+# excluding largedata/LobLimits.java to run with the network server because currently lobs are materialized and this test tests for 2G lobs.
+# 			see DERBY-326 and DERBY-550 issues
 lang/errorStream.java
 # lang/scrollCursors2.java
 jdbcapi/batchUpdate.java
@@ -19,3 +21,4 @@
 jdbcapi/statementJdbc30.java
 jdbcapi/dataSourceReference.java
 jdbcapi/derbyStress.java
+largedata/LobLimits.java