Author: mahadev
Date: Wed Sep 14 04:32:12 2011
New Revision: 1170433

URL: http://svn.apache.org/viewvc?rev=1170433&view=rev
Log:
ZOOKEEPER-1125. Intermittent java core test failures. (Vishar Kher via mahadev)

Modified:
    zookeeper/trunk/CHANGES.txt
    zookeeper/trunk/src/java/test/org/apache/zookeeper/test/CnxManagerTest.java

Modified: zookeeper/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1170433&r1=1170432&r2=1170433&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Wed Sep 14 04:32:12 2011
@@ -317,6 +317,8 @@ BUGFIXES: 
   ZOOKEEPER-981. Hang in zookeeper_close() in the multi-threaded C client. 
   (Jeremy Stribling via mahadev) 
 
+  ZOOKEEPER-1125. Intermittent java core test failures. (Vishar Kher via 
mahadev)
+
 IMPROVEMENTS:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)

Modified: 
zookeeper/trunk/src/java/test/org/apache/zookeeper/test/CnxManagerTest.java
URL: 
http://svn.apache.org/viewvc/zookeeper/trunk/src/java/test/org/apache/zookeeper/test/CnxManagerTest.java?rev=1170433&r1=1170432&r2=1170433&view=diff
==============================================================================
--- zookeeper/trunk/src/java/test/org/apache/zookeeper/test/CnxManagerTest.java 
(original)
+++ zookeeper/trunk/src/java/test/org/apache/zookeeper/test/CnxManagerTest.java 
Wed Sep 14 04:32:12 2011
@@ -343,7 +343,7 @@ public class CnxManagerTest extends ZKTe
         throws InterruptedException
     {
         String failure = null;
-        for (int i = 0; i < 120; i++) {
+        for (int i = 0; i < 480; i++) {
             Thread.sleep(500);
 
             failure = _verifyThreadCount(peerList, ecnt);


Reply via email to