apache / incubator-kie-kogito-apps

Kogito Apps - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
56 stars 123 forks source link

kie-issues-1241 - moving integration tests that depend on published image to -apps - so it can work with local build. #2058

Open porcelli opened 1 month ago

porcelli commented 1 month ago

Related: https://github.com/apache/incubator-kie-issues/issues/1241

https://github.com/apache/incubator-kie-kogito-runtimes/pull/3526

kie-ci3 commented 1 month ago

PR job #1 was: UNSTABLE Possible explanation: This should be test failures

Reproducer 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/2058 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2058/1/display/redirect

Test results:

Those are the test failures:

org.kie.kogito.quarkus.workflows.CallbackStateIT.callbackStateWithError 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.CallbackStateIT.callbackStateSuccessful 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.CallbackStateTimeoutsIT.callbackStateWithError 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.CallbackStateTimeoutsIT.callbackStateTimeoutsSuccessful 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.CallbackStateTimeoutsIT.callbackStateTimeoutsExceeded 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.MultipleTimerInstancesIT.eventStateTimeouts 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateDataConditionBasedIT.switchStateDataConditionTransitionApproved 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateDataConditionBasedIT.switchStateDataConditionEndApproved 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateDataConditionBasedIT.switchStateDefaultConditionEnd 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateDataConditionBasedIT.switchStateDataConditionTransitionDenied 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateDataConditionBasedIT.switchStateDefaultConditionTransition 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateDataConditionBasedIT.switchStateDataConditionEndDenied 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsEndTApproved 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsTransitionDenied 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsTransition2Approved 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsTransition2Denied 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsEndTimeoutsExceeded 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsEndDenied 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsTransitionApproved 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsTransition2TimeoutsExceeded 1 expectation failed.
Expected status code <201> but was <404>.
org.kie.kogito.quarkus.workflows.SwitchStateEventConditionBasedIT.switchStateEventConditionTimeoutsTransitionTimeoutsExceeded 1 expectation failed.
Expected status code <201> but was <404>.