apache / incubator-kie-kogito-runtimes

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

[incubator-kie-issues-1136] Add script onEntry, on Exit for java #3490

Closed elguardian closed 1 month ago

elguardian commented 2 months ago

Closes: https://github.com/apache/incubator-kie-issues/issues/1136

kie-ci3 commented 2 months 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-runtimes -u https://github.com/apache/incubator-kie-kogito-runtimes/pull/3490 --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-runtimes-pr/job/PR-3490/1/display/redirect

Test results:

Those are the test failures:

org.jbpm.ruleflow.core.validation.RuleFlowProcessValidatorTest.testOnEntryOnExitValidation [Extracted: message]
Expecting ArrayList:
["Node 'name' [jbpm-26fb4859-a5bc-4244-b233-2817c2c68865] Milestone has no incoming connection.",
"Node 'name' [jbpm-26fb4859-a5bc-4244-b233-2817c2c68865] Milestone has no outgoing connection."]
to contain:
["Node 'name' [jbpm-26fb4859-a5bc-4244-b233-2817c2c68865] On Entry Action is not yet supported in Kogito",
"Node 'name' [jbpm-26fb4859-a5bc-4244-b233-2817c2c68865] On Exit Action is not yet supported in Kogito"]
but could not find the following element(s):
["Node 'name' [jbpm-26fb4859-a5bc-4244-b233-2817c2c68865] On Entry Action is not yet supported in Kogito",
"Node 'name' [jbpm-26fb4859-a5bc-4244-b233-2817c2c68865] On Exit Action is not yet supported in Kogito"]
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[7] [BoundaryEventNode] nodes with name [BoundaryEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[10] [BoundaryEventNode] nodes with name [BoundaryEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[43] [BoundaryEventNode] nodes with name [Boundary event] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[52] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[55] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[56] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[99] [BoundaryEventNode] nodes with name [] are not equal
kie-ci3 commented 2 months ago

PR job #2 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-runtimes -u https://github.com/apache/incubator-kie-kogito-runtimes/pull/3490 --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-runtimes-pr/job/PR-3490/2/display/redirect

Test results:

Those are the test failures:

org.jbpm.ruleflow.core.validation.RuleFlowProcessValidatorTest.testOnEntryOnExitValidation [Extracted: message]
Expecting ArrayList:
["Node 'name' [jbpm-197f923f-b67a-4c06-8810-88fb1dda9432] Milestone has no incoming connection.",
"Node 'name' [jbpm-197f923f-b67a-4c06-8810-88fb1dda9432] Milestone has no outgoing connection."]
to contain:
["Node 'name' [jbpm-197f923f-b67a-4c06-8810-88fb1dda9432] On Entry Action is not yet supported in Kogito",
"Node 'name' [jbpm-197f923f-b67a-4c06-8810-88fb1dda9432] On Exit Action is not yet supported in Kogito"]
but could not find the following element(s):
["Node 'name' [jbpm-197f923f-b67a-4c06-8810-88fb1dda9432] On Entry Action is not yet supported in Kogito",
"Node 'name' [jbpm-197f923f-b67a-4c06-8810-88fb1dda9432] On Exit Action is not yet supported in Kogito"]
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[7] [BoundaryEventNode] nodes with name [BoundaryEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[10] [BoundaryEventNode] nodes with name [BoundaryEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[43] [BoundaryEventNode] nodes with name [Boundary event] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[52] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[55] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[56] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[99] [BoundaryEventNode] nodes with name [] are not equal
kie-ci3 commented 2 months ago

PR job #4 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-runtimes -u https://github.com/apache/incubator-kie-kogito-runtimes/pull/3490 --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-runtimes-pr/job/PR-3490/4/display/redirect

Test results:

Those are the test failures:

org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[7] [BoundaryEventNode] nodes with name [BoundaryEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[10] [BoundaryEventNode] nodes with name [BoundaryEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[43] [BoundaryEventNode] nodes with name [Boundary event] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[52] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[55] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[56] [BoundaryEventNode] nodes with name [TimerEvent] are not equal
org.kie.kogito.codegen.process.ProcessGenerationIT.testProcessGeneration(String)[99] [BoundaryEventNode] nodes with name [] are not equal