Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1250
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/703/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 181419 lines...]
     [exec] 
     [exec] 
     [exec] 
     [exec] -1 overall.  Here are the results of testing the latest attachment 
     [exec]   
http://issues.apache.org/jira/secure/attachment/12501105/ZOOKEEPER-1250.introduced_transaction_class.patch
     [exec]   against trunk revision 1189318.
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 37 new or 
modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec] 
     [exec]     -1 javac.  The applied patch generated 47 javac compiler 
warnings (more than the trunk's current 5 warnings).
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
(version 1.3.9) warnings.
     [exec] 
     [exec]     +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.
     [exec] 
     [exec]     -1 core tests.  The patch failed core unit tests.
     [exec] 
     [exec]     +1 contrib tests.  The patch passed contrib unit tests.
     [exec] 
     [exec] Test results: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/703//testReport/
     [exec] Findbugs warnings: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/703//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
     [exec] Console output: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/703//console
     [exec] 
     [exec] This message is automatically generated.
     [exec] 
     [exec] 
     [exec] 
======================================================================
     [exec] 
======================================================================
     [exec]     Adding comment to Jira.
     [exec] 
======================================================================
     [exec] 
======================================================================
     [exec] 
     [exec] 
     [exec] Comment added.
     [exec] LvAvC4VdDf logged out
     [exec] 
     [exec] 
     [exec] 
======================================================================
     [exec] 
======================================================================
     [exec]     Finished build.
     [exec] 
======================================================================
     [exec] 
======================================================================
     [exec] 
     [exec] 

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/build.xml:1576:
 exec returned: 2

Total time: 37 minutes 32 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Description set: ZOOKEEPER-1250
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
76 tests failed.
REGRESSION:  org.apache.zookeeper.ZooKeeperTest.testDeleteRecursive

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.server.CRCTest.testChecksums

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.server.InvalidSnapshotTest.testInvalidSnapshot

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.server.ZooKeeperServerMainTest.testStandalone

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testQuorum

Error Message:
KeeperErrorCode = ConnectionLoss for /foo_q1

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /foo_q1
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testQuorum(QuorumPeerMainTest.java:85)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testEarlyLeaderAbandonment

Error Message:
Waiting too long

Stack Trace:
java.lang.RuntimeException: Waiting too long
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.waitForAll(QuorumPeerMainTest.java:317)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testEarlyLeaderAbandonment(QuorumPeerMainTest.java:133)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testHighestZxidJoinLate

Error Message:
Waiting too long

Stack Trace:
java.lang.RuntimeException: Waiting too long
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.waitForAll(QuorumPeerMainTest.java:317)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.LaunchServers(QuorumPeerMainTest.java:363)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testHighestZxidJoinLate(QuorumPeerMainTest.java:216)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testBadPeerAddressInQuorum

Error Message:
org/apache/zookeeper/test/QuorumBase

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/zookeeper/test/QuorumBase
        at 
org.apache.zookeeper.server.quorum.QuorumPeerTestBase$TestQPMain.shutdown(QuorumPeerTestBase.java:52)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerTestBase$MainThread.shutdown(QuorumPeerTestBase.java:119)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testBadPeerAddressInQuorum(QuorumPeerMainTest.java:404)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)
Caused by: java.lang.ClassNotFoundException: 
org.apache.zookeeper.test.QuorumBase
        at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Caused by: java.io.FileNotFoundException: 
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/build/test/classes/org/apache/zookeeper/test/QuorumBase.class
 (Too many open files)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at 
sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1005)
        at sun.misc.Resource.cachedInputStream(Resource.java:61)
        at sun.misc.Resource.getByteBuffer(Resource.java:144)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:256)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:197)


REGRESSION:  
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testInconsistentPeerType

Error Message:
Too many open files

Stack Trace:
java.io.IOException: Too many open files
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1704)
        at java.io.File.createTempFile(File.java:1792)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:320)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:317)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerTestBase$MainThread.<init>(QuorumPeerTestBase.java:64)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testInconsistentPeerType(QuorumPeerMainTest.java:459)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testBadPackets

Error Message:
Too many open files

Stack Trace:
java.io.IOException: Too many open files
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1704)
        at java.io.File.createTempFile(File.java:1792)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:320)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:317)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerTestBase$MainThread.<init>(QuorumPeerTestBase.java:64)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testBadPackets(QuorumPeerMainTest.java:534)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testQuorumDefaults

Error Message:
Too many open files

Stack Trace:
java.io.IOException: Too many open files
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1704)
        at java.io.File.createTempFile(File.java:1792)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:320)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:317)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerTestBase$MainThread.<init>(QuorumPeerTestBase.java:64)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testQuorumDefaults(QuorumPeerMainTest.java:598)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testQuorumPeerExitTime

Error Message:
Too many open files

Stack Trace:
java.io.IOException: Too many open files
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1704)
        at java.io.File.createTempFile(File.java:1792)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:320)
        at 
org.apache.zookeeper.test.ClientBase.createTmpDir(ClientBase.java:317)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerTestBase$MainThread.<init>(QuorumPeerTestBase.java:64)
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testQuorumPeerExitTime(QuorumPeerMainTest.java:650)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ACLCountTest.testAclCount

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ACLRootTest.testRootAcl

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ACLTest.testDisconnectedAddAuth

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.AsyncHammerTest.testHammer

Error Message:
No Transaction for OpCode type -10

Stack Trace:
java.lang.RuntimeException: No Transaction for OpCode type -10
        at org.apache.zookeeper.server.Transaction.fromTxn(Transaction.java:73)
        at org.apache.zookeeper.server.DataTree.processTxn(DataTree.java:519)
        at 
org.apache.zookeeper.server.persistence.FileTxnSnapLog.processTransaction(FileTxnSnapLog.java:177)
        at 
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:149)
        at 
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:214)
        at 
org.apache.zookeeper.server.quorum.QuorumPeer.loadDataBase(QuorumPeer.java:417)
        at 
org.apache.zookeeper.server.quorum.QuorumPeer.start(QuorumPeer.java:409)
        at 
org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:180)
        at 
org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:118)
        at 
org.apache.zookeeper.test.AsyncHammerTest.restart(AsyncHammerTest.java:61)
        at 
org.apache.zookeeper.test.AsyncHammerTest.testHammer(AsyncHammerTest.java:193)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.AsyncOpsTest.testAsyncCreate

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.AsyncTest.testAsync

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at org.apache.zookeeper.test.AsyncTest.createClient(AsyncTest.java:93)
        at org.apache.zookeeper.test.AsyncTest.createClient(AsyncTest.java:82)
        at org.apache.zookeeper.test.AsyncTest.testAsync(AsyncTest.java:104)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.AuthTest.testBadAuthNotifiesWatch

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ChrootAsyncTest.testAsyncCreate

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ChrootClientTest.testPing

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ChrootTest.testChrootSynchronous

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ClientHammerTest.testHammerBasic

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ClientPortBindTest.testBindByAddress

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ClientTest.testPing

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  
org.apache.zookeeper.test.DisconnectedWatcherTest.testChildWatcherAutoResetWithChroot

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  
org.apache.zookeeper.test.FollowerResyncConcurrencyTest.testResyncBySnapThenDiffAfterFollowerCrashes

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
        at 
org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:124)
        at 
org.apache.zookeeper.test.FollowerResyncConcurrencyTest.testResyncBySnapThenDiffAfterFollowerCrashes(FollowerResyncConcurrencyTest.java:89)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.test.FollowerResyncConcurrencyTest.testResyncByDiffAfterFollowerCrashes

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
        at 
org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:124)
        at 
org.apache.zookeeper.test.FollowerResyncConcurrencyTest.testResyncByDiffAfterFollowerCrashes(FollowerResyncConcurrencyTest.java:243)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.test.FourLetterWordsQuorumTest.testFourLetterWords

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.QuorumBase.createClient(QuorumBase.java:353)
        at 
org.apache.zookeeper.test.FourLetterWordsQuorumTest.testFourLetterWords(FourLetterWordsQuorumTest.java:56)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.FourLetterWordsTest.testFourLetterWords

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.GetChildren2Test.testChild

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  
org.apache.zookeeper.test.HierarchicalQuorumTest.testHierarchicalQuorum

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:152)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:145)
        at 
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:129)
        at 
org.apache.zookeeper.test.HierarchicalQuorumTest.testHierarchicalQuorum(HierarchicalQuorumTest.java:279)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.InvalidSnapshotTest.testSnapshot

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.LoadFromLogTest.testLoad

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.MaxCnxnsTest.testMaxCnxns

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.MultiTransactionTest.testCreate

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.AsyncHammerTest.testHammer

Error Message:
No Transaction for OpCode type -10

Stack Trace:
java.lang.RuntimeException: No Transaction for OpCode type -10
        at org.apache.zookeeper.server.Transaction.fromTxn(Transaction.java:73)
        at org.apache.zookeeper.server.DataTree.processTxn(DataTree.java:519)
        at 
org.apache.zookeeper.server.persistence.FileTxnSnapLog.processTransaction(FileTxnSnapLog.java:177)
        at 
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:149)
        at 
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:214)
        at 
org.apache.zookeeper.server.quorum.QuorumPeer.loadDataBase(QuorumPeer.java:417)
        at 
org.apache.zookeeper.server.quorum.QuorumPeer.start(QuorumPeer.java:409)
        at 
org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:180)
        at 
org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:118)
        at 
org.apache.zookeeper.test.AsyncHammerTest.restart(AsyncHammerTest.java:61)
        at 
org.apache.zookeeper.test.AsyncHammerTest.testHammer(AsyncHammerTest.java:193)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.NioNettySuiteTest.testDisconnectedAddAuth

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.NullDataTest.testNullData

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  
org.apache.zookeeper.test.ObserverHierarchicalQuorumTest.testHierarchicalQuorum

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:152)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:145)
        at 
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:129)
        at 
org.apache.zookeeper.test.ObserverHierarchicalQuorumTest.testHierarchicalQuorum(ObserverHierarchicalQuorumTest.java:37)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ObserverQuorumHammerTest.testHammerBasic

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:152)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:145)
        at 
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:129)
        at 
org.apache.zookeeper.test.ClientHammerTest.testHammerBasic(ClientHammerTest.java:119)
        at 
org.apache.zookeeper.test.ObserverQuorumHammerTest.testHammerBasic(ObserverQuorumHammerTest.java:37)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ObserverTest.testObserver

Error Message:
KeeperErrorCode = ConnectionLoss for /obstest

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /obstest
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.test.ObserverTest.testObserver(ObserverTest.java:101)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.PurgeTxnTest.testPurge

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.QuorumHammerTest.testHammerBasic

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:152)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:145)
        at 
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:129)
        at 
org.apache.zookeeper.test.ClientHammerTest.testHammerBasic(ClientHammerTest.java:119)
        at 
org.apache.zookeeper.test.QuorumHammerTest.testHammerBasic(QuorumHammerTest.java:49)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumQuotaTest.testQuotaWithQuorum

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.QuorumBase.createClient(QuorumBase.java:353)
        at 
org.apache.zookeeper.test.QuorumBase.createClient(QuorumBase.java:346)
        at 
org.apache.zookeeper.test.QuorumQuotaTest.testQuotaWithQuorum(QuorumQuotaTest.java:35)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testDeleteWithChildren

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:152)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:145)
        at 
org.apache.zookeeper.test.ClientTest.testDeleteWithChildren(ClientTest.java:646)
        at 
org.apache.zookeeper.test.QuorumTest.testDeleteWithChildren(QuorumTest.java:71)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testPing

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at org.apache.zookeeper.test.ClientTest.testPing(ClientTest.java:61)
        at org.apache.zookeeper.test.QuorumTest.testPing(QuorumTest.java:76)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testSequentialNodeNames

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:152)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:145)
        at 
org.apache.zookeeper.test.ClientTest.testSequentialNodeNames(ClientTest.java:449)
        at 
org.apache.zookeeper.test.QuorumTest.testSequentialNodeNames(QuorumTest.java:83)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testACLs

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:152)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:145)
        at org.apache.zookeeper.test.ClientTest.testACLs(ClientTest.java:123)
        at org.apache.zookeeper.test.QuorumTest.testACLs(QuorumTest.java:88)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testClientwithoutWatcherObj

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientTest.performClientTest(ClientTest.java:309)
        at 
org.apache.zookeeper.test.ClientTest.testClientwithoutWatcherObj(ClientTest.java:92)
        at 
org.apache.zookeeper.test.QuorumTest.testClientwithoutWatcherObj(QuorumTest.java:95)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testClientWithWatcherObj

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientTest.performClientTest(ClientTest.java:309)
        at 
org.apache.zookeeper.test.ClientTest.testClientWithWatcherObj(ClientTest.java:99)
        at 
org.apache.zookeeper.test.QuorumTest.testClientWithWatcherObj(QuorumTest.java:102)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testLeaderShutdown

Error Message:
KeeperErrorCode = ConnectionLoss for /blah

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /blah
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.test.QuorumTest.testLeaderShutdown(QuorumTest.java:133)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testMultipleWatcherObjs

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.ClientTest.testMutipleWatcherObjs(ClientTest.java:193)
        at 
org.apache.zookeeper.test.QuorumTest.testMultipleWatcherObjs(QuorumTest.java:180)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testSessionMoved

Error Message:
KeeperErrorCode = ConnectionLoss for /sessionMoveTest

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /sessionMoveTest
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.test.QuorumTest.testSessionMoved(QuorumTest.java:198)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testFollowersStartAfterLeader

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
        at 
org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:124)
        at 
org.apache.zookeeper.test.QuorumTest.testFollowersStartAfterLeader(QuorumTest.java:310)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.test.QuorumTest.testNoLogBeforeLeaderEstablishment

Error Message:
KeeperErrorCode = ConnectionLoss for /blah

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /blah
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.test.QuorumTest.testNoLogBeforeLeaderEstablishment(QuorumTest.java:382)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumTest.testMultiToFollower

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
        at 
org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:124)
        at 
org.apache.zookeeper.test.QuorumTest.testMultiToFollower(QuorumTest.java:447)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumZxidSyncTest.testBehindLeader

Error Message:
KeeperErrorCode = ConnectionLoss for /0

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /0
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.test.QuorumZxidSyncTest.testBehindLeader(QuorumZxidSyncTest.java:53)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.QuorumZxidSyncTest.testLateLogs

Error Message:
KeeperErrorCode = ConnectionLoss for /0

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /0
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.test.QuorumZxidSyncTest.testLateLogs(QuorumZxidSyncTest.java:113)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ReadOnlyModeTest.testReadOnlyClient

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
        at 
org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:124)
        at 
org.apache.zookeeper.test.ReadOnlyModeTest.testReadOnlyClient(ReadOnlyModeTest.java:72)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ReadOnlyModeTest.testConnectionEvents

Error Message:
Did not succeed in connecting in 30s

Stack Trace:
junit.framework.AssertionFailedError: Did not succeed in connecting in 30s
        at 
org.apache.zookeeper.test.ReadOnlyModeTest.testConnectionEvents(ReadOnlyModeTest.java:128)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
        at 
org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:124)
        at 
org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment(ReadOnlyModeTest.java:160)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ReadOnlyModeTest.testSeekForRwServer

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
        at 
org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:124)
        at 
org.apache.zookeeper.test.ReadOnlyModeTest.testSeekForRwServer(ReadOnlyModeTest.java:201)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.RecoveryTest.testRecovery

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.RepeatStartupTest.testFail

Error Message:
Unable to connect to server

Stack Trace:
junit.framework.AssertionFailedError: Unable to connect to server
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:172)
        at 
org.apache.zookeeper.test.ClientBase.createClient(ClientBase.java:161)
        at 
org.apache.zookeeper.test.QuorumBase.createClient(QuorumBase.java:353)
        at 
org.apache.zookeeper.test.QuorumBase.createClient(QuorumBase.java:346)
        at 
org.apache.zookeeper.test.RepeatStartupTest.testFail(RepeatStartupTest.java:43)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  
org.apache.zookeeper.test.RestoreCommittedLogTest.testRestoreCommittedLog

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  
org.apache.zookeeper.test.SaslAuthFailTest.testBadSaslAuthNotifiesWatch

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.SaslAuthTest.testAuth

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.SessionTest.testSession

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.StatTest.testBasic

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.SyncCallTest.testSync

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.TruncateTest.testTruncate

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.WatcherFuncTest.testExistsSync

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.WatcherTest.testWatcherCorrectness

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.


REGRESSION:  org.apache.zookeeper.test.ZkDatabaseCorruptionTest.testCorruption

Error Message:
KeeperErrorCode = ConnectionLoss for /0-0

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /0-0
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:101)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:779)
        at 
org.apache.zookeeper.test.ZkDatabaseCorruptionTest.testCorruption(ZkDatabaseCorruptionTest.java:83)
        at 
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


REGRESSION:  org.apache.zookeeper.test.ZooKeeperQuotaTest.testQuota

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.



Reply via email to