kie-ci3 commented on PR #3752: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3752#issuecomment-2439569432
**PR job** `#5` 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-runtimes -u https://github.com/apache/incubator-kie-kogito-runtimes/pull/3752 --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-runtimes-pr/job/PR-3752/5/display/redirect **Test results:** - PASSED: 3440 - FAILED: 16 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-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.knative.eventing.quarkus/KnativeEventingJobsServiceTest/scheduleProcessInstanceJobWithFailureAndContinue/">org.kie.kogito.jobs.knative.eventing.quarkus.KnativeEventingJobsServiceTest.scheduleProcessInstanceJobWithFailureAndContinue</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.knative.eventing.quarkus/KnativeEventingJobsServiceTest/scheduleProcessInstanceJobWithFatalFailure/">org.kie.kogito.jobs.knative.eventing.quarkus.KnativeEventingJobsServiceTest.scheduleProcessInstanceJobWithFatalFailure</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.knative.eventing.quarkus/KnativeEventingJobsServiceTest/scheduleProcessInstanceJobSuccessful/">org.kie.kogito.jobs.knative.eventing.quarkus.KnativeEventingJobsServiceTest.scheduleProcessInstanceJobSuccessful</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.knative.eventing.quarkus/KnativeEventingJobsServiceTest/scheduleProcessJob/">org.kie.kogito.jobs.knative.eventing.quarkus.KnativeEventingJobsServiceTest.scheduleProcessJob</a></summary> <br/>Expecting code to raise a throwable. </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.knative.eventing.quarkus/KnativeEventingJobsServiceTest/scheduleProcessInstanceJobWithFailure/">org.kie.kogito.jobs.knative.eventing.quarkus.KnativeEventingJobsServiceTest.scheduleProcessInstanceJobWithFailure</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.knative.eventing.quarkus/KnativeEventingJobsServiceTest/scheduleProcessInstanceJobWithFatalFailureAndContinue/">org.kie.kogito.jobs.knative.eventing.quarkus.KnativeEventingJobsServiceTest.scheduleProcessInstanceJobWithFatalFailureAndContinue</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.management.quarkus/VertxJobsServiceTest/testScheduleProcessJob/">org.kie.kogito.jobs.management.quarkus.VertxJobsServiceTest.testScheduleProcessJob</a></summary> <br/>Expecting actual throwable to be an instance of:<br/> java.lang.UnsupportedOperationException<br/>but was:<br/> java.lang.NullPointerException: Cannot invoke "io.vertx.ext.web.client.HttpRequest.sendJson(Object, io.vertx.core.Handler)" because the return value of "io.vertx.ext.web.client.WebClient.post(String)" is null<br/> at org.kie.kogito.jobs.management.quarkus.VertxJobsService.scheduleJob(VertxJobsService.java:95)<br/> at org.kie.kogito.jobs.management.RestJobsServiceTest.lambda$testScheduleProcessJob$0(RestJobsServiceTest.java:94)<br/> at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)<br/> ...(75 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed) </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.management.quarkus/VertxJobsServiceTest/scheduleProcessInstanceJob/">org.kie.kogito.jobs.management.quarkus.VertxJobsServiceTest.scheduleProcessInstanceJob</a></summary> <br/>Expected size: 6 but was: 1 in:<br/>{"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.messaging.quarkus/ReactiveMessagingJobsServiceTest/scheduleProcessInstanceJobWithFailureAndContinue/">org.kie.kogito.jobs.messaging.quarkus.ReactiveMessagingJobsServiceTest.scheduleProcessInstanceJobWithFailureAndContinue</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.messaging.quarkus/ReactiveMessagingJobsServiceTest/scheduleProcessInstanceJobWithFatalFailure/">org.kie.kogito.jobs.messaging.quarkus.ReactiveMessagingJobsServiceTest.scheduleProcessInstanceJobWithFatalFailure</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.messaging.quarkus/ReactiveMessagingJobsServiceTest/scheduleProcessInstanceJobSuccessful/">org.kie.kogito.jobs.messaging.quarkus.ReactiveMessagingJobsServiceTest.scheduleProcessInstanceJobSuccessful</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.messaging.quarkus/ReactiveMessagingJobsServiceTest/scheduleProcessJob/">org.kie.kogito.jobs.messaging.quarkus.ReactiveMessagingJobsServiceTest.scheduleProcessJob</a></summary> <br/>Expecting code to raise a throwable. </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.messaging.quarkus/ReactiveMessagingJobsServiceTest/scheduleProcessInstanceJobWithFailure/">org.kie.kogito.jobs.messaging.quarkus.ReactiveMessagingJobsServiceTest.scheduleProcessInstanceJobWithFailure</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.messaging.quarkus/ReactiveMessagingJobsServiceTest/scheduleProcessInstanceJobWithFatalFailureAndContinue/">org.kie.kogito.jobs.messaging.quarkus.ReactiveMessagingJobsServiceTest.scheduleProcessInstanceJobWithFatalFailureAndContinue</a></summary> <br/>expected: {"Content-Type"="application/json", "nodeInstanceId"="NODE_INSTANCE_ID", "processId"="PROCESS_ID", "processInstanceId"="PROCESS_INSTANCE_ID", "rootProcessId"="ROOT_PROCESS_ID", "rootProcessInstanceId"="ROOT_PROCESS_INSTANCE_ID"}<br/> but was: {"Content-Type"="application/json"} </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.management.springboot/SpringRestJobsServiceTest/testScheduleProcessJob/">org.kie.kogito.jobs.management.springboot.SpringRestJobsServiceTest.testScheduleProcessJob</a></summary> <br/>Expecting actual throwable to be an instance of:<br/> java.lang.UnsupportedOperationException<br/>but was:<br/> java.lang.NullPointerException: Cannot invoke "org.springframework.http.ResponseEntity.getStatusCode()" because "result" is null<br/> at org.kie.kogito.jobs.management.springboot.SpringRestJobsService.scheduleJob(SpringRestJobsService.java:83)<br/> at org.kie.kogito.jobs.management.RestJobsServiceTest.lambda$testScheduleProcessJob$0(RestJobsServiceTest.java:94)<br/> at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)<br/> ...(75 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed) </details> <details> <summary><a href="https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3752/5/testReport/org.kie.kogito.jobs.management.springboot/SpringRestJobsServiceTest/scheduleProcessInstanceJob/">org.kie.kogito.jobs.management.springboot.SpringRestJobsServiceTest.scheduleProcessInstanceJob</a></summary> <br/>Expected size: 6 but was: 1 in:<br/>{"Content-Type"="application/json"} </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]
