See 
<https://builds.apache.org/job/Curator/org.apache.curator$curator-test-zk34/1066/display/redirect>

------------------------------------------
[...truncated 14.62 KB...]
        at 
org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode.testForcedDeleteOfTouchNode(TestPersistentTtlNode.java:92)

Running org.apache.curator.framework.recipes.leader.TestLeaderLatchCluster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.762 sec - in 
org.apache.curator.framework.recipes.leader.TestLeaderLatchCluster
Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.859 sec - in 
org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges
Running 
org.apache.curator.framework.recipes.leader.TestLeaderSelectorWithExecutor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.923 sec - in 
org.apache.curator.framework.recipes.leader.TestLeaderSelectorWithExecutor
Running org.apache.curator.framework.recipes.leader.TestLeaderAcls
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.993 sec - in 
org.apache.curator.framework.recipes.leader.TestLeaderAcls
Running org.apache.curator.framework.recipes.leader.TestLeaderSelectorCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.463 sec - in 
org.apache.curator.framework.recipes.leader.TestLeaderSelectorCluster
Running org.apache.curator.framework.recipes.leader.TestLeaderSelector
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 215.525 sec - 
in org.apache.curator.framework.recipes.leader.TestLeaderSelector
Running 
org.apache.curator.framework.recipes.leader.TestLeaderSelectorParticipants
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.036 sec - in 
org.apache.curator.framework.recipes.leader.TestLeaderSelectorParticipants
Running org.apache.curator.framework.recipes.leader.TestLeaderLatch
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 225.044 sec - 
in org.apache.curator.framework.recipes.leader.TestLeaderLatch
Running org.apache.curator.framework.recipes.cache.TestPathChildrenCache
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.209 sec - 
in org.apache.curator.framework.recipes.cache.TestPathChildrenCache
Running 
org.apache.curator.framework.recipes.cache.TestPathChildrenCacheEventOrdering
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.468 sec - in 
org.apache.curator.framework.recipes.cache.TestPathChildrenCacheEventOrdering
Running org.apache.curator.framework.recipes.cache.TestEventOrdering
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in 
org.apache.curator.framework.recipes.cache.TestEventOrdering
Running org.apache.curator.framework.recipes.cache.TestTreeCacheEventOrdering
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.697 sec - in 
org.apache.curator.framework.recipes.cache.TestTreeCacheEventOrdering
Running org.apache.curator.framework.recipes.cache.TestNodeCache
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.328 sec - in 
org.apache.curator.framework.recipes.cache.TestNodeCache
Running org.apache.curator.framework.recipes.cache.TestTreeCache
Tests run: 46, Failures: 1, Errors: 0, Skipped: 31, Time elapsed: 172.239 sec 
<<< FAILURE! - in org.apache.curator.framework.recipes.cache.TestTreeCache
teardown(org.apache.curator.framework.recipes.cache.TestTreeCache)  Time 
elapsed: 5.051 sec  <<< FAILURE!
java.lang.AssertionError: Expected no events, found 2; first event: 
TreeCacheEvent{type=CONNECTION_RECONNECTED, data=null} expected [true] but 
found [false]
        at org.testng.Assert.fail(Assert.java:94)
        at org.testng.Assert.failNotEquals(Assert.java:513)
        at org.testng.Assert.assertTrue(Assert.java:42)
        at 
org.apache.curator.framework.recipes.cache.BaseTestTreeCache.assertNoMoreEvents(BaseTestTreeCache.java:143)
        at 
org.apache.curator.framework.recipes.cache.BaseTestTreeCache.teardown(BaseTestTreeCache.java:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:515)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:217)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:712)
        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
        at 
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
        at org.testng.TestRunner.privateRun(TestRunner.java:756)
        at org.testng.TestRunner.run(TestRunner.java:610)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
        at org.testng.SuiteRunner.run(SuiteRunner.java:289)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
        at org.testng.TestNG.runSuites(TestNG.java:1133)
        at org.testng.TestNG.run(TestNG.java:1104)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:129)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:113)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running 
org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.359 sec - in 
org.apache.curator.framework.recipes.cache.TestPathChildrenCacheInCluster
Running org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.111 sec - in 
org.apache.curator.framework.recipes.cache.TestTreeCacheRandomTree
Running org.apache.curator.framework.recipes.queue.TestQueueItem
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec - in 
org.apache.curator.framework.recipes.queue.TestQueueItem
Running org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue
Tests run: 7, Failures: 3, Errors: 0, Skipped: 3, Time elapsed: 18.38 sec <<< 
FAILURE! - in 
org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue
testAdditions(org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue)
  Time elapsed: 0.031 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue.testAdditions(TestDistributedPriorityQueue.java:149)

testMinItemsBeforeRefresh(org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue)
  Time elapsed: 0.03 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue.testMinItemsBeforeRefresh(TestDistributedPriorityQueue.java:52)

testSimple(org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue)
  Time elapsed: 0.021 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue.testSimple(TestDistributedPriorityQueue.java:185)

Running org.apache.curator.framework.recipes.queue.TestDistributedIdQueue
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 6.037 sec <<< 
FAILURE! - in org.apache.curator.framework.recipes.queue.TestDistributedIdQueue
testOrdering(org.apache.curator.framework.recipes.queue.TestDistributedIdQueue) 
 Time elapsed: 0.024 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedIdQueue.testOrdering(TestDistributedIdQueue.java:95)

Running org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.725 sec - 
in org.apache.curator.framework.recipes.queue.TestSimpleDistributedQueue
Running org.apache.curator.framework.recipes.queue.TestBoundedDistributedQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.742 sec - in 
org.apache.curator.framework.recipes.queue.TestBoundedDistributedQueue
Running org.apache.curator.framework.recipes.queue.TestDistributedQueue
Tests run: 16, Failures: 5, Errors: 0, Skipped: 5, Time elapsed: 233.609 sec 
<<< FAILURE! - in 
org.apache.curator.framework.recipes.queue.TestDistributedQueue
testMultiPutterSingleGetter(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Time elapsed: 0.03 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedQueue.testMultiPutterSingleGetter(TestDistributedQueue.java:667)

testPutListener(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Time elapsed: 0.033 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedQueue.testPutListener(TestDistributedQueue.java:224)

testPutMulti(org.apache.curator.framework.recipes.queue.TestDistributedQueue)  
Time elapsed: 0.022 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedQueue.testPutMulti(TestDistributedQueue.java:622)

testSafetyBasic(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Time elapsed: 0.025 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedQueue.testSafetyBasic(TestDistributedQueue.java:574)

testSimple(org.apache.curator.framework.recipes.queue.TestDistributedQueue)  
Time elapsed: 0.016 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedQueue.testSimple(TestDistributedQueue.java:766)

Running org.apache.curator.framework.recipes.queue.TestQueueSharder
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 195.533 sec <<< 
FAILURE! - in org.apache.curator.framework.recipes.queue.TestQueueSharder
testDistribution(org.apache.curator.framework.recipes.queue.TestQueueSharder)  
Time elapsed: 60.202 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: 
org/apache/commons/math/stat/descriptive/SummaryStatistics
        at 
org.apache.curator.framework.recipes.queue.TestQueueSharder.testDistribution(TestQueueSharder.java:78)

Running org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue
Tests run: 8, Failures: 4, Errors: 0, Skipped: 4, Time elapsed: 13.483 sec <<< 
FAILURE! - in 
org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue
testBasic(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue) 
 Time elapsed: 0.015 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testBasic(TestDistributedDelayQueue.java:82)

testLateAddition(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Time elapsed: 0.03 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testLateAddition(TestDistributedDelayQueue.java:51)

testSimple(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Time elapsed: 0.016 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testSimple(TestDistributedDelayQueue.java:111)

testSorting(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Time elapsed: 1.817 sec  <<< FAILURE!
java.lang.NoClassDefFoundError: org/mockito/Mockito
        at 
org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testSorting(TestDistributedDelayQueue.java:183)

Running org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.95 sec - in 
org.apache.curator.framework.recipes.locks.TestInterProcessMultiMutex
Running 
org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 87.775 sec - in 
org.apache.curator.framework.recipes.locks.TestInterProcessSemaphoreMutex
Running org.apache.curator.framework.recipes.locks.TestLockACLs
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.057 sec - in 
org.apache.curator.framework.recipes.locks.TestLockACLs
Running org.apache.curator.framework.recipes.locks.TestInterProcessMutex
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.399 sec - 
in org.apache.curator.framework.recipes.locks.TestInterProcessMutex
Running org.apache.curator.framework.recipes.locks.TestChildReaper
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 362.844 sec - 
in org.apache.curator.framework.recipes.locks.TestChildReaper
Running org.apache.curator.framework.recipes.locks.TestReaper
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 209.801 sec - 
in org.apache.curator.framework.recipes.locks.TestReaper
Running org.apache.curator.framework.recipes.locks.TestInterProcessMutexBase
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec - in 
org.apache.curator.framework.recipes.locks.TestInterProcessMutexBase
Running org.apache.curator.framework.recipes.locks.TestInterProcessSemaphore

Results :

Failed tests: 
org.apache.curator.framework.recipes.cache.TestTreeCache.teardown(org.apache.curator.framework.recipes.cache.TestTreeCache)
  Run 1: 
TestTreeCache>BaseTestTreeCache.teardown:123->BaseTestTreeCache.assertNoMoreEvents:143
 Expected no events, found 2; first event: 
TreeCacheEvent{type=CONNECTION_RECONNECTED, data=null} expected [true] but 
found [false]
  Run 2: PASS
  Run 3: PASS
  Run 4: PASS
  Run 5: PASS
  Run 6: PASS
  Run 7: PASS
  Run 8: PASS
  Run 9: PASS
  Run 10: PASS
  Run 11: PASS

org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode.testBasic(org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode)
  Run 1: PASS
  Run 2: TestPersistentTtlNode.testBasic:67 � NoSuchField CONTAINER

org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode.testEventsOnParent(org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode)
  Run 1: PASS
  Run 2: TestPersistentTtlNode.testEventsOnParent:116 � NoSuchField CONTAINER

org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode.testForcedDeleteOfTouchNode(org.apache.curator.framework.recipes.nodes.TestPersistentTtlNode)
  Run 1: PASS
  Run 2: TestPersistentTtlNode.testForcedDeleteOfTouchNode:92 � NoSuchField 
CONTAINER

org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testBasic(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Run 1: PASS
  Run 2: TestDistributedDelayQueue.testBasic:82 NoClassDefFound 
org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testLateAddition(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Run 1: PASS
  Run 2: TestDistributedDelayQueue.testLateAddition:51 NoClassDefFound 
org/mockito/Mock...

org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testSimple(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Run 1: PASS
  Run 2: TestDistributedDelayQueue.testSimple:111 NoClassDefFound 
org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue.testSorting(org.apache.curator.framework.recipes.queue.TestDistributedDelayQueue)
  Run 1: PASS
  Run 2: TestDistributedDelayQueue.testSorting:183 NoClassDefFound 
org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestDistributedIdQueue.testOrdering(org.apache.curator.framework.recipes.queue.TestDistributedIdQueue)
  Run 1: PASS
  Run 2: TestDistributedIdQueue.testOrdering:95 NoClassDefFound 
org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue.testAdditions(org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue)
  Run 1: PASS
  Run 2: TestDistributedPriorityQueue.testAdditions:149 NoClassDefFound 
org/mockito/Moc...

org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue.testMinItemsBeforeRefresh(org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue)
  Run 1: PASS
  Run 2: TestDistributedPriorityQueue.testMinItemsBeforeRefresh:52 
NoClassDefFound org/...

org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue.testSimple(org.apache.curator.framework.recipes.queue.TestDistributedPriorityQueue)
  Run 1: PASS
  Run 2: TestDistributedPriorityQueue.testSimple:185 NoClassDefFound 
org/mockito/Mockit...

org.apache.curator.framework.recipes.queue.TestDistributedQueue.testMultiPutterSingleGetter(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Run 1: PASS
  Run 2: TestDistributedQueue.testMultiPutterSingleGetter:667 NoClassDefFound 
org/mocki...

org.apache.curator.framework.recipes.queue.TestDistributedQueue.testPutListener(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Run 1: PASS
  Run 2: TestDistributedQueue.testPutListener:224 NoClassDefFound 
org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestDistributedQueue.testPutMulti(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Run 1: PASS
  Run 2: TestDistributedQueue.testPutMulti:622 NoClassDefFound 
org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestDistributedQueue.testSafetyBasic(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Run 1: PASS
  Run 2: TestDistributedQueue.testSafetyBasic:574 NoClassDefFound 
org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestDistributedQueue.testSimple(org.apache.curator.framework.recipes.queue.TestDistributedQueue)
  Run 1: PASS
  Run 2: TestDistributedQueue.testSimple:766 NoClassDefFound org/mockito/Mockito

org.apache.curator.framework.recipes.queue.TestQueueSharder.testDistribution(org.apache.curator.framework.recipes.queue.TestQueueSharder)
  Run 1: PASS
  Run 2: TestQueueSharder.testDistribution:78 NoClassDefFound 
org/apache/commons/math/s...


Tests run: 346, Failures: 18, Errors: 0, Skipped: 11

[JENKINS] Recording test results

Reply via email to