PR #15800 #2249
GitHub Actions / Build Test Report
failed
Jan 22, 2025 in 0s
2785 tests run, 2761 passed, 22 skipped, 2 failed.
Annotations
Check failure on line 1 in NoSqlDefaultStoreTest
github-actions / Build Test Report
NoSqlDefaultStoreTest.testLogProgramRunHistory
expected:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.f7c1d8b8-d8ae-11ef-a5d9-b29097a3acaf, startTs=1737543146, runTs=null, stopTs=1737543147, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=null}> but was:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.f7c1d8b8-d8ae-11ef-a5d9-b29097a3acaf, startTs=1737543146, runTs=null, stopTs=1737543147, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={system.profile.name=SYSTEM:native}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=launching}>
Raw output
java.lang.AssertionError: expected:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.f7c1d8b8-d8ae-11ef-a5d9-b29097a3acaf, startTs=1737543146, runTs=null, stopTs=1737543147, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=null}> but was:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.f7c1d8b8-d8ae-11ef-a5d9-b29097a3acaf, startTs=1737543146, runTs=null, stopTs=1737543147, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={system.profile.name=SYSTEM:native}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=launching}>
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:144)
at io.cdap.cdap.internal.app.store.DefaultStoreTest.testLogProgramRunHistory(DefaultStoreTest.java:440)
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.RunBefores.evaluate(RunBefores.java:26)
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.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:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Check failure on line 1 in SqlDefaultStoreTest
github-actions / Build Test Report
SqlDefaultStoreTest.testLogProgramRunHistory
expected:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.ea71cbc8-d8ae-11ef-b049-b29097a3acaf, startTs=1737543124, runTs=null, stopTs=1737543125, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=null}> but was:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.ea71cbc8-d8ae-11ef-b049-b29097a3acaf, startTs=1737543124, runTs=null, stopTs=1737543125, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={system.profile.name=SYSTEM:native}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=launching}>
Raw output
java.lang.AssertionError: expected:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.ea71cbc8-d8ae-11ef-b049-b29097a3acaf, startTs=1737543124, runTs=null, stopTs=1737543125, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=null}> but was:<RunRecordDetail{programRunId=program_run:account1.application1.-SNAPSHOT.workflow.wf1.ea71cbc8-d8ae-11ef-b049-b29097a3acaf, startTs=1737543124, runTs=null, stopTs=1737543125, suspendTs=null, resumeTs=null, stoppingTs=null, terminateTs=null, status=FAILED, twillrunid=null, systemArgs={system.profile.name=SYSTEM:native}, properties={runtimeArgs={}}, cluster=ProgramRunCluster{status=PROVISIONED, end=null, numNodes=0}, profile=profile:system.native, peerName=null, sourceId=0000000000000020000000000000000000000000, artifactId=ArtifactId{name='testArtifact', version=1.0, scope='USER'}, principal=null, flowcontrolstatus=launching}>
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:144)
at io.cdap.cdap.internal.app.store.DefaultStoreTest.testLogProgramRunHistory(DefaultStoreTest.java:440)
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.RunBefores.evaluate(RunBefores.java:26)
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:158)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Loading