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 ma...@apache.org on 2013/04/13 15:59:03 UTC

svn commit: r1467634 - in /db/derby/code/branches/10.10: ./ java/testing/org/apache/derbyTesting/functionTests/tests/lang/SequenceTest.java

Author: mamta
Date: Sat Apr 13 13:59:03 2013
New Revision: 1467634

URL: http://svn.apache.org/r1467634
Log:
DERBY-6176 (Couple failures in SequenceGeneratorTest suite on trunk(1466748) with weme 6.2)

backporting it to 10.10


Modified:
    db/derby/code/branches/10.10/   (props changed)
    db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/functionTests/tests/lang/SequenceTest.java

Propchange: db/derby/code/branches/10.10/
------------------------------------------------------------------------------
  Merged /db/derby/code/trunk:r1467494

Modified: db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/functionTests/tests/lang/SequenceTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/functionTests/tests/lang/SequenceTest.java?rev=1467634&r1=1467633&r2=1467634&view=diff
==============================================================================
--- db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/functionTests/tests/lang/SequenceTest.java (original)
+++ db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/functionTests/tests/lang/SequenceTest.java Sat Apr 13 13:59:03 2013
@@ -563,6 +563,11 @@ public class SequenceTest extends Genera
      */
     public void test_16_6137() throws Exception
     {
+        //DERBY-6176 (Couple failures in SequenceGeneratorTest suite on 
+        // trunk(1466748) with weme 6.2. Disabling the test for small
+        // devices.
+        if ( JDBC.vmSupportsJSR169() ) { return; }
+        
         Connection conn = openUserConnection( TEST_DBO );
 
         goodStatement( conn, "call syscs_util.syscs_set_database_property( 'derby.language.sequence.preallocator', '2' )" );