Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Last active December 27, 2015 00:39
Show Gist options
  • Save grkvlt/7239444 to your computer and use it in GitHub Desktop.
Save grkvlt/7239444 to your computer and use it in GitHub Desktop.
Tests run: 53, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 1,051.447 sec <<< FAILURE!
testStartsApp(brooklyn.entity.brooklynnode.BrooklynNodeIntegrationTest) Time elapsed: 36.186 sec <<< FAILURE!
java.lang.AssertionError: null: lists don't have the same size expected [1] but found [0]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertEquals(Assert.java:123)
at org.testng.Assert.assertEquals(Assert.java:370)
at org.testng.Assert.assertEquals(Assert.java:537)
at org.testng.Assert.assertEquals(Assert.java:514)
at brooklyn.entity.brooklynnode.BrooklynNodeIntegrationTest.testStartsApp(BrooklynNodeIntegrationTest.java:201)
testMySqlOnProvisioningLocation(brooklyn.entity.software.mysql.DynamicToyMySqlEntityTest) Time elapsed: 35.046 sec <<< FAILURE!
brooklyn.util.exceptions.PropagatedRuntimeException: Error invoking start at Application[M2B6mBsd]
at brooklyn.entity.software.mysql.DynamicToyMySqlEntityBuilder$MySqlEntityInitializer$1.postStartCustom(DynamicToyMySqlEntityBuilder.java:128)
at brooklyn.entity.software.MachineLifecycleEffectorTasks$7.run(MachineLifecycleEffectorTasks.java:264)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:164)
at brooklyn.util.task.BasicExecutionManager$3.call(BasicExecutionManager.java:362)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
testRebindToJavaApp(brooklyn.entity.java.VanillaJavaAppRebindTest) Time elapsed: 46.763 sec <<< FAILURE!
java.util.concurrent.TimeoutException: Timeout waiting for pending complete of rebind-periodic-delta, after 20s
at brooklyn.entity.rebind.persister.MementoFileWriter.waitForWriteCompleted(MementoFileWriter.java:112)
at brooklyn.entity.rebind.persister.BrooklynMementoPersisterToMultiFile.waitForWritesCompleted(BrooklynMementoPersisterToMultiFile.java:183)
at brooklyn.entity.rebind.RebindManagerImpl.waitForPendingComplete(RebindManagerImpl.java:99)
at brooklyn.entity.rebind.RebindTestUtils.waitForPersisted(RebindTestUtils.java:88)
at brooklyn.entity.java.VanillaJavaAppRebindTest.rebind(VanillaJavaAppRebindTest.java:63)
at brooklyn.entity.java.VanillaJavaAppRebindTest.testRebindToJavaApp(VanillaJavaAppRebindTest.java:77)
testRebindToKilledJavaApp(brooklyn.entity.java.VanillaJavaAppRebindTest) Time elapsed: 48.861 sec <<< FAILURE!
java.util.concurrent.TimeoutException: Timeout waiting for pending complete of rebind-periodic-delta, after 20s
at brooklyn.entity.rebind.persister.MementoFileWriter.waitForWriteCompleted(MementoFileWriter.java:112)
at brooklyn.entity.rebind.persister.BrooklynMementoPersisterToMultiFile.waitForWritesCompleted(BrooklynMementoPersisterToMultiFile.java:183)
at brooklyn.entity.rebind.RebindManagerImpl.waitForPendingComplete(RebindManagerImpl.java:99)
at brooklyn.entity.rebind.RebindTestUtils.waitForPersisted(RebindTestUtils.java:88)
at brooklyn.entity.java.VanillaJavaAppRebindTest.rebind(VanillaJavaAppRebindTest.java:63)
at brooklyn.entity.java.VanillaJavaAppRebindTest.testRebindToKilledJavaApp(VanillaJavaAppRebindTest.java:91)
Results :
Failed tests:
BrooklynNodeIntegrationTest.testStartsApp:201 null: lists don't have the same size expected [1] but found [0]
DynamicToyMySqlEntityTest.testMySqlOnProvisioningLocation:29->AbstractToyMySqlEntityTest.testMySqlOnProvisioningLocation:61 » PropagatedRuntime
VanillaJavaAppRebindTest.testRebindToJavaApp:77->rebind:63 » Timeout Timeout w...
VanillaJavaAppRebindTest.testRebindToKilledJavaApp:91->rebind:63 » Timeout Tim...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment