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 ka...@apache.org on 2009/06/17 17:22:18 UTC

svn commit: r785662 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/IndexSplitDeadlockTest.java

Author: kahatlen
Date: Wed Jun 17 15:22:17 2009
New Revision: 785662

URL: http://svn.apache.org/viewvc?rev=785662&view=rev
Log:
DERBY-4273: A lock could not be obtained within the time requested error in testBTreeForwardScan_fetchRows_resumeAfterWait_nonUnique_split

Use default timeout values in IndexSplitDeadlockTest to give the test
cases more time to complete successfully.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/IndexSplitDeadlockTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/IndexSplitDeadlockTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/IndexSplitDeadlockTest.java?rev=785662&r1=785661&r2=785662&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/IndexSplitDeadlockTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/IndexSplitDeadlockTest.java Wed Jun 17 15:22:17 2009
@@ -57,7 +57,6 @@
         Test test = TestConfiguration.embeddedSuite(
                 IndexSplitDeadlockTest.class);
         test = new CleanDatabaseTestSetup(test);
-        test = DatabasePropertyTestSetup.setLockTimeouts(test, 2, 4);
         return test;
     }