Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1250
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/742/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 117526 lines...]
[exec]
[exec]
[exec]
[exec] -1 overall. Here are the results of testing the latest attachment
[exec]
http://issues.apache.org/jira/secure/attachment/12501585/ZOOKEEPER-1250.50edf991_triggerwatches_out.patch
[exec] against trunk revision 1190450.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 54 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] -1 findbugs. The patch appears to introduce 3 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/742//testReport/
[exec] Findbugs warnings:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/742//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
[exec] Console output:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/742//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] tYjsYtmI97 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: 39 minutes 34 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)
##############################
47 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_q2
Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode =
ConnectionLoss for /foo_q2
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:93)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)
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:
null
Stack Trace:
java.lang.NullPointerException
at
org.apache.zookeeper.server.Transaction$CloseSession.process(Transaction.java:449)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.processTransaction(FileTxnSnapLog.java:182)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:150)
at
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:212)
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:88)
at org.apache.zookeeper.test.AsyncTest.createClient(AsyncTest.java:77)
at org.apache.zookeeper.test.AsyncTest.testAsync(AsyncTest.java:121)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)
REGRESSION: org.apache.zookeeper.test.AuthTest.testSuper
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.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.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.verifyHammer(ClientHammerTest.java:223)
at
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:141)
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.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:
null
Stack Trace:
java.lang.NullPointerException
at
org.apache.zookeeper.server.Transaction$CloseSession.process(Transaction.java:449)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.processTransaction(FileTxnSnapLog.java:182)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:150)
at
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:212)
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.verifyHammer(ClientHammerTest.java:223)
at
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:141)
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.verifyHammer(ClientHammerTest.java:223)
at
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:141)
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.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.verifyHammer(ClientHammerTest.java:223)
at
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:141)
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.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:144)
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:329)
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:329)
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.QuorumZxidSyncTest.testBehindLeader
Error Message:
null
Stack Trace:
java.lang.NullPointerException
at
org.apache.zookeeper.server.Transaction$CloseSession.process(Transaction.java:449)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.processTransaction(FileTxnSnapLog.java:182)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:150)
at
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:212)
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.QuorumZxidSyncTest.testBehindLeader(QuorumZxidSyncTest.java:56)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)
REGRESSION: org.apache.zookeeper.test.QuorumZxidSyncTest.testLateLogs
Error Message:
null
Stack Trace:
java.lang.NullPointerException
at
org.apache.zookeeper.server.Transaction$CloseSession.process(Transaction.java:449)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.processTransaction(FileTxnSnapLog.java:182)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:150)
at
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:212)
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.QuorumZxidSyncTest.testLateLogs(QuorumZxidSyncTest.java:116)
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.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:
null
Stack Trace:
java.lang.NullPointerException
at
org.apache.zookeeper.server.Transaction$CloseSession.process(Transaction.java:449)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.processTransaction(FileTxnSnapLog.java:182)
at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.restore(FileTxnSnapLog.java:150)
at
org.apache.zookeeper.server.ZKDatabase.loadDataBase(ZKDatabase.java:212)
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.ZkDatabaseCorruptionTest.testCorruption(ZkDatabaseCorruptionTest.java:99)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)