tkobayas commented on PR #3814: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3814#issuecomment-2540692041
kogito-apps : 1 test failure ``` 2024-12-13T05:40:01.8742677Z [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.85 s <<< FAILURE! -- in org.kie.kogito.jobs.embedded.EmbeddedJobsServiceTest 2024-12-13T05:40:01.8744565Z [ERROR] org.kie.kogito.jobs.embedded.EmbeddedJobsServiceTest.testJobService -- Time elapsed: 1.946 s <<< FAILURE! 2024-12-13T05:40:01.8745224Z org.opentest4j.AssertionFailedError: expected: <8> but was: <7> 2024-12-13T05:40:01.8745742Z at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) 2024-12-13T05:40:01.8746398Z at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) 2024-12-13T05:40:01.8747167Z at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) 2024-12-13T05:40:01.8747675Z at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) 2024-12-13T05:40:01.8748156Z at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145) 2024-12-13T05:40:01.8748636Z at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531) 2024-12-13T05:40:01.8749229Z at org.kie.kogito.jobs.embedded.EmbeddedJobsServiceTest.testJobService(EmbeddedJobsServiceTest.java:89) 2024-12-13T05:40:01.8749798Z at java.base/java.lang.reflect.Method.invoke(Method.java:569) 2024-12-13T05:40:01.8750325Z at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1013) 2024-12-13T05:40:01.8750988Z at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:827) 2024-12-13T05:40:01.8751514Z at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 2024-12-13T05:40:01.8751893Z at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ``` It seems to be flaky and not related to this PR. Re-running just in case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
