kie-ci3 commented on PR #2214: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2214#issuecomment-2825046909
**PR job** `#9` was: **UNSTABLE** Possible explanation: This should be test failures <details> <summary><b>Reproducer</b></summary> build-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-kogito-apps -u https://github.com/apache/incubator-kie-kogito-apps/pull/2214 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution </details> Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/display/redirect **Test results:** - PASSED: 1709 - FAILED: 119 Those are the test failures: <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.it.jobs/CallbackStateTimeoutsIT/PR_check___Build_projects___callbackStateTimeoutsExceeded/">PR check / Build projects / org.kie.kogito.it.jobs.CallbackStateTimeoutsIT.callbackStateTimeoutsExceeded</a></summary> java.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.it.jobs/ProcessTimerIT/PR_check___Build_projects___testDeleteTimerCycle/">PR check / Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteTimerCycle</a></summary> Assertion condition defined as a org.kie.kogito.it.jobs.BaseProcessTimerIT 1 expectation failed.<br/>JSON path data.Jobs[0].status doesn't match.<br/>Expected: is "CANCELED"<br/> Actual: SCHEDULED<br/> within 10 seconds. </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.it.jobs/ProcessTimerIT/PR_check___Build_projects___testBoundaryTimersOnTask/">PR check / Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testBoundaryTimersOnTask</a></summary> 1 expectation failed.<br/>JSON path data.Jobs[0].status doesn't match.<br/>Expected: is "EXECUTED"<br/> Actual: SCHEDULED<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.it.jobs/ProcessTimerIT/PR_check___Build_projects___testTimerCycle/">PR check / Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testTimerCycle</a></summary> 1 expectation failed.<br/>JSON path data.Jobs[0].status doesn't match.<br/>Expected: is "EXECUTED"<br/> Actual: SCHEDULED<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.it.jobs/ProcessTimerIT/PR_check___Build_projects___testTimers/">PR check / Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testTimers</a></summary> 1 expectation failed.<br/>JSON path data.Jobs[0].status doesn't match.<br/>Expected: is "EXECUTED"<br/> Actual: SCHEDULED<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.it.jobs/ProcessTimerIT/PR_check___Build_projects___testDeleteBoundaryTimersOnTask/">PR check / Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testDeleteBoundaryTimersOnTask</a></summary> 1 expectation failed.<br/>JSON path data.Jobs[0].status doesn't match.<br/>Expected: is "CANCELED"<br/> Actual: SCHEDULED<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.it.jobs/ProcessTimerIT/PR_check___Build_projects___testCancelTimer/">PR check / Build projects / org.kie.kogito.it.jobs.ProcessTimerIT.testCancelTimer</a></summary> 1 expectation failed.<br/>JSON path data.Jobs[0].status doesn't match.<br/>Expected: is "CANCELED"<br/> Actual: SCHEDULED<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.http.recipient/HttpJobExecutorTest/testExecute/">org.kie.kogito.job.http.recipient.HttpJobExecutorTest.testExecute</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecute(HTTPRequestExecutorTest.java:111)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(5000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExe cutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.job.recipient.comm on.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.http.recipient/HttpJobExecutorTest/testExecutePeriodic/">org.kie.kogito.job.http.recipient.HttpJobExecutorTest.testExecutePeriodic</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecutePeriodic(HTTPRequestExecutorTest.java:140)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(5000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRe questExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.job.recipi ent.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.http.recipient/HttpJobExecutorTest/testExecuteWithCustomTimeout/">org.kie.kogito.job.http.recipient.HttpJobExecutorTest.testExecuteWithCustomTimeout</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecuteWithCustomTimeout(HTTPRequestExecutorTest.java:121)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(2000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.ht tp.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.j ob.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.http.recipient/HttpJobExecutorTest/testExecuteWithError/">org.kie.kogito.job.http.recipient.HttpJobExecutorTest.testExecuteWithError</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecuteWithError(HTTPRequestExecutorTest.java:131)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(5000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPR equestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.job.recip ient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.sink.recipient/SinkJobExecutorTest/testExecute/">org.kie.kogito.job.sink.recipient.SinkJobExecutorTest.testExecute</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecute(HTTPRequestExecutorTest.java:111)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(5000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExe cutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.job.recipient.comm on.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.sink.recipient/SinkJobExecutorTest/testExecutePeriodic/">org.kie.kogito.job.sink.recipient.SinkJobExecutorTest.testExecutePeriodic</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecutePeriodic(HTTPRequestExecutorTest.java:140)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(5000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRe questExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.job.recipi ent.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.sink.recipient/SinkJobExecutorTest/testExecuteWithCustomTimeout/">org.kie.kogito.job.sink.recipient.SinkJobExecutorTest.testExecuteWithCustomTimeout</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecuteWithCustomTimeout(HTTPRequestExecutorTest.java:121)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(2000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.ht tp.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.j ob.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.job.sink.recipient/SinkJobExecutorTest/testExecuteWithError/">org.kie.kogito.job.sink.recipient.SinkJobExecutorTest.testExecuteWithError</a></summary> org.opentest4j.AssertionFailedError<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:190)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutorTest.testExecuteWithError(HTTPRequestExecutorTest.java:131)<br/> at java.base/java.lang.reflect.Method.invoke(Method.java:568)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)<br/>Caused by: org.kie.kogito.jobs.service.exception.JobExecutionException: <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'get' method:<br/> completableFuture.get(5000L, SECONDS);<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.executeRequest(HTTPRequestExecutor.java:138)<br/> - has following stubbing(s) with different arguments:<br/> 1. completableFuture.get();<br/> -> at org.kie.kogito.job.recipient.common.http.HTTPR equestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:171)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class.<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:99)<br/> at org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor.execute(HTTPRequestExecutor.java:84)<br/> at org.kie.kogito.job.recip ient.common.http.HTTPRequestExecutorTest.executeAndCollectRequestInfo(HTTPRequestExecutorTest.java:173)<br/> ... 4 more<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/JobServiceManagementResourceIT/testShutdown/">org.kie.kogito.jobs.service.resource.JobServiceManagementResourceIT.testShutdown</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/JobResourceTest/patchInvalidIdPathTest/">org.kie.kogito.jobs.service.resource.JobResourceTest.patchInvalidIdPathTest</a></summary> 1 expectation failed.<br/>Expected status code <404> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/JobResourceTest/patchReschedulingTest/">org.kie.kogito.jobs.service.resource.JobResourceTest.patchReschedulingTest</a></summary> <br/>Expecting not blank but was: null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduleExistingJob/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduleExistingJob</a></summary> <br/>Wanted but not invoked:<br/>jobRepository.delete(<br/> <any org.kie.kogito.jobs.service.model.JobDetails><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testExistingJob(BaseTimerJobSchedulerTest.java:160)<br/><br/>However, there were exactly 2 interactions with this mock:<br/>jobRepository.exists(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.schedule(AbstractTimerJobScheduler.java:131)<br/><br/>jobRepository.get(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.handleExistingJob(AbstractTimerJobScheduler.java:197)<br/><br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testHandleJobExecutionErrorWithRetry/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testHandleJobExecutionErrorWithRetry</a></summary> <br/>tested.doSchedule(<br/> JobDetails[id='61c3a97d-c73d-41e6-9d85-aa42f4495c36', correlationId='null', status=SCHEDULED, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=PointInTimeTrigger @ Wed Apr 23 10:04:59 EDT 2025, executionTimeout=null, executionTimeoutUnit=null, created=null],<br/> <Capturing argument: Trigger><br/>);<br/>Never wanted here:<br/>-> at org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobScheduler.doSchedule(TimerDelegateJobScheduler.java:69)<br/>But invoked here:<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.scheduleRegistering(AbstractTimerJobScheduler.java:353) with arguments: [JobDetails[id='61c3a97d-c73d-41e6-9d85-aa42f4495c36', correlationId='null', status=SCHEDULED, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=PointInTimeTrigger @ Wed Apr 23 10:04:59 EDT 2025, executionTimeout=null, executionTimeoutUnit=null, created=null ], PointInTimeTrigger @ Wed Apr 23 10:00:59 EDT 2025]<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduleOutOfCurrentChunk/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduleOutOfCurrentChunk</a></summary> <br/>Wanted but not invoked:<br/>jobRepository.save(<br/> <Capturing argument: JobDetails><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testScheduleOutOfCurrentChunk(BaseTimerJobSchedulerTest.java:305)<br/>Actually, there were zero interactions with this mock.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/handleJobExecutionSuccessJobNotFound/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.handleJobExecutionSuccessJobNotFound</a></summary> <br/>Expecting a throwable with cause being an instance of:<br/> org.kie.kogito.jobs.service.exception.JobServiceException<br/>but current throwable has no cause. </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduleExistingJobPeriodic/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduleExistingJobPeriodic</a></summary> <br/>Wanted but not invoked:<br/>jobRepository.delete(<br/> <any org.kie.kogito.jobs.service.model.JobDetails><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testExistingJob(BaseTimerJobSchedulerTest.java:160)<br/><br/>However, there were exactly 2 interactions with this mock:<br/>jobRepository.exists(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.schedule(AbstractTimerJobScheduler.java:131)<br/><br/>jobRepository.get(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.handleExistingJob(AbstractTimerJobScheduler.java:197)<br/><br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testHandleJobExecutionSuccess/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testHandleJobExecutionSuccess</a></summary> Cannot invoke "org.kie.kogito.jobs.service.model.JobDetails.getId()" because "jobDetails" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduleExistingJobRetryExpired/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduleExistingJobRetryExpired</a></summary> <br/>Wanted but not invoked:<br/>jobRepository.delete(<br/> <any org.kie.kogito.jobs.service.model.JobDetails><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testExistingJob(BaseTimerJobSchedulerTest.java:160)<br/><br/>However, there were exactly 2 interactions with this mock:<br/>jobRepository.exists(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.schedule(AbstractTimerJobScheduler.java:131)<br/><br/>jobRepository.get(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.handleExistingJob(AbstractTimerJobScheduler.java:197)<br/><br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduleInCurrentChunk/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduleInCurrentChunk</a></summary> <br/>Wanted but not invoked:<br/>tested.doSchedule(<br/> JobDetails[id='61c3a97d-c73d-41e6-9d85-aa42f4495c36', correlationId='null', status=SCHEDULED, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=PointInTimeTrigger @ Wed Apr 23 10:04:59 EDT 2025, executionTimeout=null, executionTimeoutUnit=null, created=null],<br/> <Capturing argument: Trigger><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobScheduler.doSchedule(TimerDelegateJobScheduler.java:69)<br/>Actually, there were zero interactions with this mock.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testForceExpiredJobToBeExecuted/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testForceExpiredJobToBeExecuted</a></summary> <br/>Wanted but not invoked:<br/>tested.doSchedule(<br/> JobDetails[id='61c3a97d-c73d-41e6-9d85-aa42f4495c36', correlationId='null', status=SCHEDULED, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=org.kie.kogito.timer.impl.SimpleTimerTrigger@44dc4899, executionTimeout=null, executionTimeoutUnit=null, created=null],<br/> <Capturing argument: Trigger><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobScheduler.doSchedule(TimerDelegateJobScheduler.java:69)<br/>Actually, there were zero interactions with this mock.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduleExistingJobExpired/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduleExistingJobExpired</a></summary> <br/>Wanted but not invoked:<br/>jobRepository.delete(<br/> <any org.kie.kogito.jobs.service.model.JobDetails><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testExistingJob(BaseTimerJobSchedulerTest.java:160)<br/><br/>However, there were exactly 2 interactions with this mock:<br/>jobRepository.exists(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.schedule(AbstractTimerJobScheduler.java:131)<br/><br/>jobRepository.get(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.handleExistingJob(AbstractTimerJobScheduler.java:197)<br/><br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduled/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduled</a></summary> <br/>Wanted but not invoked:<br/>jobRepository.delete(<br/> <any org.kie.kogito.jobs.service.model.JobDetails><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testExistingJob(BaseTimerJobSchedulerTest.java:160)<br/><br/>However, there were exactly 2 interactions with this mock:<br/>jobRepository.exists(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.schedule(AbstractTimerJobScheduler.java:131)<br/><br/>jobRepository.get(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.handleExistingJob(AbstractTimerJobScheduler.java:197)<br/><br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testCancelNotJobDetails/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testCancelNotJobDetails</a></summary> <br/>tested.doCancel(<br/> JobDetails[id='61c3a97d-c73d-41e6-9d85-aa42f4495c36', correlationId='null', status=SCHEDULED, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=PointInTimeTrigger @ Wed Apr 23 10:04:59 EDT 2025, executionTimeout=null, executionTimeoutUnit=null, created=null]<br/>);<br/>Never wanted here:<br/>-> at org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobScheduler.doCancel(TimerDelegateJobScheduler.java:77)<br/>But invoked here:<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.cancel(AbstractTimerJobScheduler.java:375) with arguments: [JobDetails[id='61c3a97d-c73d-41e6-9d85-aa42f4495c36', correlationId='null', status=SCHEDULED, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=PointInTimeTrigger @ Wed Apr 23 10:04:59 EDT 2025, executionTimeout=null, executionTimeoutUnit=null, created=null]]<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testScheduleExistingJobRetry/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testScheduleExistingJobRetry</a></summary> <br/>Wanted but not invoked:<br/>jobRepository.delete(<br/> <any org.kie.kogito.jobs.service.model.JobDetails><br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testExistingJob(BaseTimerJobSchedulerTest.java:160)<br/><br/>However, there were exactly 2 interactions with this mock:<br/>jobRepository.exists(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.schedule(AbstractTimerJobScheduler.java:131)<br/><br/>jobRepository.get(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36"<br/>);<br/>-> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.handleExistingJob(AbstractTimerJobScheduler.java:197)<br/><br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testCancel/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testCancel</a></summary> <br/>expected: CANCELED<br/> but was: SCHEDULED </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.scheduler.impl/TimerDelegateJobSchedulerTest/testRescheduleAndMerge/">org.kie.kogito.jobs.service.scheduler.impl.TimerDelegateJobSchedulerTest.testRescheduleAndMerge</a></summary> <br/>Strict stubbing argument mismatch. Please check:<br/> - this invocation of 'merge' method:<br/> jobRepository.merge(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36",<br/> JobDetails[id='61c3a97d-c73d-41e6-9d85-aa42f4495c36', correlationId='null', status=SCHEDULED, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=PointInTimeTrigger @ Wed Apr 23 10:01:59 EDT 2025, executionTimeout=null, executionTimeoutUnit=null, created=null]<br/>);<br/> -> at org.kie.kogito.jobs.service.scheduler.AbstractTimerJobScheduler.reschedule(AbstractTimerJobScheduler.java:159)<br/> - has following stubbing(s) with different arguments:<br/> 1. jobRepository.merge(<br/> "61c3a97d-c73d-41e6-9d85-aa42f4495c36",<br/> JobDetails[id='null', correlationId='null', status=null, lastUpdate=null, retries=0, executionCounter=0, scheduledId='null', recipient=null, trigger=PointInTimeTrigger @ Wed Apr 23 10:01:59 EDT 2025, executionTimeout=null, executionTi meoutUnit=null, created=null]<br/>);<br/> -> at org.kie.kogito.jobs.service.scheduler.BaseTimerJobSchedulerTest.testRescheduleAndMerge(BaseTimerJobSchedulerTest.java:357)<br/>Typically, stubbing argument mismatch indicates user mistake when writing tests.<br/>Mockito fails early so that you can debug potential problem easily.<br/>However, there are legit scenarios when this exception generates false negative signal:<br/> - stubbing the same method multiple times using 'given().will()' or 'when().then()' API<br/> Please use 'will().given()' or 'doReturn().when()' API for stubbing.<br/> - stubbed method is intentionally invoked with different arguments by code under test<br/> Please use default or 'silent' JUnit Rule (equivalent of Strictness.LENIENT).<br/>For more information see javadoc for PotentialStubbingProblem class. </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/InfinispanJobResourceTest/patchInvalidIdPathTest/">org.kie.kogito.jobs.service.resource.InfinispanJobResourceTest.patchInvalidIdPathTest</a></summary> 1 expectation failed.<br/>Expected status code <404> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/InfinispanJobResourceTest/patchReschedulingTest/">org.kie.kogito.jobs.service.resource.InfinispanJobResourceTest.patchReschedulingTest</a></summary> <br/>Expecting not blank but was: null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/InmemoryPostgreSqlJobResourceTest/patchInvalidIdPathTest/">org.kie.kogito.jobs.service.resource.InmemoryPostgreSqlJobResourceTest.patchInvalidIdPathTest</a></summary> 1 expectation failed.<br/>Expected status code <404> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/InmemoryPostgreSqlJobResourceTest/patchReschedulingTest/">org.kie.kogito.jobs.service.resource.InmemoryPostgreSqlJobResourceTest.patchReschedulingTest</a></summary> <br/>Expecting not blank but was: null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingCanceledJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingCanceledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCancelJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCancelJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobQueryError/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobQueryError</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobScheduleError/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobScheduleError</a></summary> <br/>MinimalStage cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingRetryJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingRetryJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingErrorJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingErrorJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCancelJobWithExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCancelJobWithExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingScheduledJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingScheduledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCancelJobWithError/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCancelJobWithError</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingExecutedJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingExecutedJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingCanceledJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingCanceledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCancelJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCancelJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobQueryError/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobQueryError</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobScheduleError/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobScheduleError</a></summary> <br/>MinimalStage cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingRetryJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingRetryJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingErrorJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingErrorJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCancelJobWithExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCancelJobWithExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingScheduledJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingScheduledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCancelJobWithError/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCancelJobWithError</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.http.v2/HttpReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingExecutedJobSuccessful/">org.kie.kogito.jobs.service.messaging.http.v2.HttpReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingExecutedJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingCanceledJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingCanceledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCancelJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCancelJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobQueryError/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobQueryError</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobScheduleError/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobScheduleError</a></summary> <br/>MinimalStage cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingRetryJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingRetryJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingErrorJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingErrorJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCancelJobWithExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCancelJobWithExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingScheduledJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingScheduledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCancelJobWithError/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCancelJobWithError</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingExecutedJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingExecutedJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingCanceledJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingCanceledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCancelJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCancelJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobQueryError/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobQueryError</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithJobScheduleError/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithJobScheduleError</a></summary> <br/>MinimalStage cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithNonExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithNonExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingRetryJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingRetryJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingErrorJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingErrorJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCancelJobWithExistingJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCancelJobWithExistingJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingScheduledJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingScheduledJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCancelJobWithError/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCancelJobWithError</a></summary> <br/>CompletableFuture cannot be returned by cancel()<br/>cancel() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging.kafka.v2/KafkaReactiveMessagingEventConsumerTest/onCreateProcessInstanceJobWithExistingExecutedJobSuccessful/">org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumerTest.onCreateProcessInstanceJobWithExistingExecutedJobSuccessful</a></summary> <br/>CompletableFuture cannot be returned by get()<br/>get() should return JobDetails<br/>***<br/>If you're unsure why you're getting above error read on.<br/>Due to the nature of the syntax above problem might occur because:<br/>1. This exception *might* occur in wrongly written multi-threaded tests.<br/> Please refer to Mockito FAQ on limitations of concurrency testing.<br/>2. A spy is stubbed using when(spy.foo()).then() syntax. It is safer to stub spies - <br/> - with doReturn|Throw() family of methods. More in javadocs for Mockito.spy() method.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging/MongoDBMessagingApiTest/cancelJob/">org.kie.kogito.jobs.service.messaging.MongoDBMessagingApiTest.cancelJob</a></summary> cancelJob() timed out after 10 minutes </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.messaging/MongoDBMessagingApiTest/createJob/">org.kie.kogito.jobs.service.messaging.MongoDBMessagingApiTest.createJob</a></summary> Assertion condition defined as a org.kie.kogito.jobs.service.health.HealthCheckUtils 1 expectation failed.<br/>Expected status code <200> but was <503>.<br/> within 1 minutes. </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryExecutionTest/onStart/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryExecutionTest.onStart</a></summary> <br/>Cannot mock/spy class java.lang.String<br/>Mockito cannot mock/spy because :<br/> - Cannot mock wrapper types, String.class or Class.class </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryExecutionTest/saveNotExisting/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryExecutionTest.saveNotExisting</a></summary> Cannot invoke "org.kie.kogito.jobs.service.model.JobDetails.getId()" because "jobDetails" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryExecutionTest/get/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryExecutionTest.get</a></summary> Cannot invoke "com.mongodb.client.FindIterable.first()" because the return value of "com.mongodb.client.MongoCollection.find(org.bson.conversions.Bson)" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryExecutionTest/findByStatusBetweenDates/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryExecutionTest.findByStatusBetweenDates</a></summary> Cannot invoke "com.mongodb.client.FindIterable.map(com.mongodb.Function)" because the return value of "com.mongodb.client.FindIterable.sort(org.bson.conversions.Bson)" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryExecutionTest/saveExisting/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryExecutionTest.saveExisting</a></summary> <br/>mongoDBJobDetailsMarshaller.unmarshall(<br/> <Capturing argument: JsonObject><br/>);<br/>Wanted 1 time:<br/>-> at org.kie.kogito.jobs.service.repository.mongodb.marshaller.MongoDBJobDetailsMarshaller.unmarshall(MongoDBJobDetailsMarshaller.java:44)<br/>But was 2 times:<br/>-> at org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepository.doSave(MongoDBJobRepository.java:107)<br/>-> at org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepository.findAndUpdate(MongoDBJobRepository.java:111)<br/><br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryTest/testSaveAndGet/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryTest.testSaveAndGet</a></summary> Cannot invoke "org.kie.kogito.jobs.service.model.JobDetails.getId()" because "jobDetails" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryTest/testFindByStatusBetweenDates/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryTest.testFindByStatusBetweenDates</a></summary> Cannot invoke "org.kie.kogito.jobs.service.model.JobDetails.getId()" because "jobDetails" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryTest/testDelete/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryTest.testDelete</a></summary> Cannot invoke "org.kie.kogito.jobs.service.model.JobDetails.getId()" because "jobDetails" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryTest/testExists/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryTest.testExists</a></summary> Cannot invoke "org.kie.kogito.jobs.service.model.JobDetails.getId()" because "jobDetails" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.repository.mongodb/MongoDBJobRepositoryTest/testMergeCallbackEndpoint/">org.kie.kogito.jobs.service.repository.mongodb.MongoDBJobRepositoryTest.testMergeCallbackEndpoint</a></summary> Cannot invoke "org.kie.kogito.jobs.service.model.JobDetails.getId()" because "jobDetails" is null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/KeycloakMongoDBJobServiceTest/create/">org.kie.kogito.jobs.service.resource.KeycloakMongoDBJobServiceTest.create</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/KeycloakMongoDBJobServiceTest/getAfterCreate/">org.kie.kogito.jobs.service.resource.KeycloakMongoDBJobServiceTest.getAfterCreate</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/KeycloakMongoDBJobServiceTest/executeTest/">org.kie.kogito.jobs.service.resource.KeycloakMongoDBJobServiceTest.executeTest</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/KeycloakMongoDBJobServiceTest/deleteAfterCreate/">org.kie.kogito.jobs.service.resource.KeycloakMongoDBJobServiceTest.deleteAfterCreate</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/cancelRunningNonPeriodicJobTest/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.cancelRunningNonPeriodicJobTest</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <404>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/create/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.create</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/patchInvalidIdPathTest/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.patchInvalidIdPathTest</a></summary> 1 expectation failed.<br/>Expected status code <404> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/patchInvalidAttributesTest/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.patchInvalidAttributesTest</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/getAfterCreate/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.getAfterCreate</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <404>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/cancelRunningPeriodicJobTest/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.cancelRunningPeriodicJobTest</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <404>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/executeTest/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.executeTest</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <404>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/deleteAfterCreate/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.deleteAfterCreate</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/patchReschedulingTest/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.patchReschedulingTest</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <404>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/MongoDBJobResourceTest/testForcingCreateExpiredJob/">org.kie.kogito.jobs.service.resource.MongoDBJobResourceTest.testForcingCreateExpiredJob</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.http.recipient/MongoDBHttpRecipientPayloadTypesTest/httpRecipientWithStringPayloadData/">org.kie.kogito.jobs.service.resource.v2.http.recipient.MongoDBHttpRecipientPayloadTypesTest.httpRecipientWithStringPayloadData</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.http.recipient/MongoDBHttpRecipientPayloadTypesTest/httpRecipientWithCustomTimeout/">org.kie.kogito.jobs.service.resource.v2.http.recipient.MongoDBHttpRecipientPayloadTypesTest.httpRecipientWithCustomTimeout</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.http.recipient/MongoDBHttpRecipientPayloadTypesTest/httpRecipientWithBinaryPayloadData/">org.kie.kogito.jobs.service.resource.v2.http.recipient.MongoDBHttpRecipientPayloadTypesTest.httpRecipientWithBinaryPayloadData</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.http.recipient/MongoDBHttpRecipientPayloadTypesTest/httpRecipientWithJsonPayloadData/">org.kie.kogito.jobs.service.resource.v2.http.recipient.MongoDBHttpRecipientPayloadTypesTest.httpRecipientWithJsonPayloadData</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.sink.recipient/MongoDBSinkRecipientPayloadTypesTest/sinkRecipientStructuredModeWithBinaryPayloadData/">org.kie.kogito.jobs.service.resource.v2.sink.recipient.MongoDBSinkRecipientPayloadTypesTest.sinkRecipientStructuredModeWithBinaryPayloadData</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.sink.recipient/MongoDBSinkRecipientPayloadTypesTest/sinkRecipientBinaryModeWithBinaryPayloadData/">org.kie.kogito.jobs.service.resource.v2.sink.recipient.MongoDBSinkRecipientPayloadTypesTest.sinkRecipientBinaryModeWithBinaryPayloadData</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.sink.recipient/MongoDBSinkRecipientPayloadTypesTest/sinkRecipientStructuredModeWithJsonPayloadData/">org.kie.kogito.jobs.service.resource.v2.sink.recipient.MongoDBSinkRecipientPayloadTypesTest.sinkRecipientStructuredModeWithJsonPayloadData</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource.v2.sink.recipient/MongoDBSinkRecipientPayloadTypesTest/sinkRecipientBinaryModeWithJsonPayloadData/">org.kie.kogito.jobs.service.resource.v2.sink.recipient.MongoDBSinkRecipientPayloadTypesTest.sinkRecipientBinaryModeWithJsonPayloadData</a></summary> 1 expectation failed.<br/>Expected status code <200> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/PostgreSqlJobResourceTest/patchInvalidIdPathTest/">org.kie.kogito.jobs.service.resource.PostgreSqlJobResourceTest.patchInvalidIdPathTest</a></summary> 1 expectation failed.<br/>Expected status code <404> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/PostgreSqlJobResourceTest/patchReschedulingTest/">org.kie.kogito.jobs.service.resource.PostgreSqlJobResourceTest.patchReschedulingTest</a></summary> <br/>Expecting not blank but was: null </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/JPAJobResourceTest/patchInvalidIdPathTest/">org.kie.kogito.jobs.service.resource.JPAJobResourceTest.patchInvalidIdPathTest</a></summary> 1 expectation failed.<br/>Expected status code <404> but was <500>.<br/> </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2214/9/testReport/org.kie.kogito.jobs.service.resource/JPAJobResourceTest/patchReschedulingTest/">org.kie.kogito.jobs.service.resource.JPAJobResourceTest.patchReschedulingTest</a></summary> <br/>Expecting not blank but was: null </details> -- 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]
