Cask Data Application Platform - Develop Build and Test
Build: #2673 failed Child of CDAP-DRC-4581
Build result summary
Details
- Completed
- Duration
- 33 minutes
- Labels
- None
- Agent
- bamboo-agent06
- Revision
-
c4b97ad2743c7f78d15bb3486cf09196fe84d499
c4b97ad2743c7f78d15bb3486cf09196fe84d499 - Total tests
- 1849
- Fixed in
- #2674 (Child of CDAP-DRC-4582)
- 9 New failures
- 0 Existing failures
- 0 Fixed
- 13 Quarantined / skipped
Responsible
No one has taken responsibility for this failure
Code commits
Author | Commit | Commit date | |
---|---|---|---|
![]() |
dereklwood <derekwood@google.com> |
c4b97ad2743c7f78d15bb3486cf09196fe84d499
|
|
![]() |
Derek Wood <derekwood@google.com> |
e1fa6fc9f7f8ec697a322cdc2f5030eb93054d09
|
|
![]() |
dereklwood <derekwood@google.com> |
abab6a7e54f699a7bdceb4c021ad96bb168ea57b
|
|
![]() |
Derek Wood <derekwood@google.com> |
522a5a922e067039f4d408ed5e00320a31a80687
|
Tests
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
SqlUserConfigStoreTest
io.cdap.cdap.config.SqlUserConfigStoreTest
|
Unit Test Job | < 1 sec | |
java.io.IOException: Gave up waiting for server to start after 10000ms at com.opentable.db.postgres.embedded.EmbeddedPostgres.waitForServerStartup(EmbeddedPostgres.java:330) at com.opentable.db.postgres.embedded.EmbeddedPostgres.startPostmaster(EmbeddedPostgres.java:275) at com.opentable.db.postgres.embedded.EmbeddedPostgres.<init>(EmbeddedPostgres.java:162) at com.opentable.db.postgres.embedded.EmbeddedPostgres$Builder.start(EmbeddedPostgres.java:580) at io.cdap.cdap.spi.data.sql.PostgresInstantiator.createAndStart(PostgresInstantiator.java:60) at io.cdap.cdap.config.SqlUserConfigStoreTest.setup(SqlUserConfigStoreTest.java:51) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (41 more lines...) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
testProvisionerFailureStateAndMetrics
|
Unit Test Job | 2 secs | |
java.lang.AssertionError: expected:<200> but was:<409> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest.testProvisionerFailureStateAndMetrics(ProgramLifecycleHttpHandlerTest.java:533) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (38 more lines...) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
testStopProgramWhilePending
|
Unit Test Job | 1 min | |
java.lang.AssertionError: expected:<200> but was:<409> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest.testStopProgramWhilePending(ProgramLifecycleHttpHandlerTest.java:561) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (38 more lines...) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
testProgramStartStopStatus
|
Unit Test Job | 16 secs | |
java.lang.AssertionError: expected:<404> but was:<200> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at io.cdap.cdap.internal.app.services.http.AppFabricTestBase.startProgram(AppFabricTestBase.java:835) at io.cdap.cdap.internal.app.services.http.AppFabricTestBase.startProgram(AppFabricTestBase.java:807) (41 more lines...) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
testProgramList
|
Unit Test Job | < 1 sec | |
org.junit.ComparisonFailure: expected:<[[]]> but was:<[[{"type":"Workflow","app":"App","name":"NoOpWorkflow","description":"NoOp Workflow description"},{"type":"Workflow","app":"SleepWorkflowApp","name":"SleepWorkflow","description":"FunWorkflow description"}]]> org.junit.ComparisonFailure: expected:<[[]]> but was:<[[{"type":"Workflow","app":"App","name":"NoOpWorkflow","description":"NoOp Workflow description"},{"type":"Workflow","app":"SleepWorkflowApp","name":"SleepWorkflow","description":"FunWorkflow description"}]]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest.testListInitialState(ProgramLifecycleHttpHandlerTest.java:1640) at io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest.testProgramList(ProgramLifecycleHttpHandlerTest.java:851) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.junit.runners.Suite.runChild(Suite.java:127) at org.junit.runners.Suite.runChild(Suite.java:26) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
testWorkflowHistory
|
Unit Test Job | 1 min | |
java.lang.AssertionError: expected:<200> but was:<409> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest.testWorkflowHistory(ProgramLifecycleHttpHandlerTest.java:496) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (38 more lines...) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
testStopProgramRunWhilePending
|
Unit Test Job | 1 min | |
java.lang.AssertionError: expected:<200> but was:<409> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest.testStopProgramRunWhilePending(ProgramLifecycleHttpHandlerTest.java:592) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (38 more lines...) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
testProgramStartStopStatusErrors
|
Unit Test Job | 57 secs | |
java.lang.AssertionError: expected:<200> but was:<409> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest.testProgramStartStopStatusErrors(ProgramLifecycleHttpHandlerTest.java:427) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (38 more lines...) |
||||
Collapse |
ProgramLifecycleHttpHandlerTest
io.cdap.cdap.internal.app.services.http.handlers.ProgramLifecycleHttpHandlerTest
|
Unit Test Job | 13 secs | |
java.util.concurrent.TimeoutException: Timeout occurred. Expected 200 but found 409. at io.cdap.cdap.common.utils.Tasks.waitFor(Tasks.java:70) at io.cdap.cdap.common.utils.Tasks.waitFor(Tasks.java:91) at io.cdap.cdap.common.utils.Tasks.waitFor(Tasks.java:130) at io.cdap.cdap.internal.app.services.http.AppFabricTestBase.deleteNamespaces(AppFabricTestBase.java:958) at io.cdap.cdap.internal.app.services.http.AppFabricTestBase.afterClass(AppFabricTestBase.java:300) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) (26 more lines...) |