Cask Data Application Platform - Develop Build and Test
Build: #3158 failed
Job: Unit Test Job failed
Capability management: Test case result
The below summarizes the result of the test "Capability management" in build 3,158 of CDAP - Develop Build and Test - Unit Test Job.
- Description
- Capability management
- Test class
- io.cdap.cdap.internal.capability.CapabilityManagementServiceTest
- Method
- testCapabilityManagement
- Duration
- 54 secs
- Status
- Failed (New Failure)
Error Log
io.cdap.cdap.common.NotFoundException: 'application:system.App.-SNAPSHOT' was not found. at io.cdap.cdap.internal.app.services.ApplicationLifecycleService.removeApplication(ApplicationLifecycleService.java:782) at io.cdap.cdap.internal.capability.CapabilityApplier.lambda$doWithRetry$7(CapabilityApplier.java:303) at io.cdap.cdap.common.service.Retries.callWithRetries(Retries.java:185) at io.cdap.cdap.internal.capability.CapabilityApplier.doWithRetry(CapabilityApplier.java:302) at io.cdap.cdap.internal.capability.CapabilityApplier.deleteCapabilities(CapabilityApplier.java:231) at io.cdap.cdap.internal.capability.CapabilityApplier.apply(CapabilityApplier.java:155) at io.cdap.cdap.internal.capability.CapabilityManagementService.runTask(CapabilityManagementService.java:79) at io.cdap.cdap.internal.capability.CapabilityManagementServiceTest.testCapabilityManagement(CapabilityManagementServiceTest.java:171) 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.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) Suppressed: io.cdap.cdap.api.retry.RetriesExhaustedException: Retries exhausted after 6 failures and 25040 ms. at io.cdap.cdap.common.service.Retries.callWithRetries(Retries.java:200) ... 43 more