Abhiram Gundala
Abhiram Gundala
The previous configuration was using Jib with nightly:latest version, simplified container configuration in application.properties for 'kogito-example-service' by removing below Jib configuration. %container.quarkus.jib.jvm-entrypoint=/home/kogito/kogito-app-launch.sh %container.quarkus.jib.base-jvm-image=quay.io/kiegroup/kogito-runtime-jvm-nightly:latest %container.quarkus.jib.working-directory=/home/kogito/bin - Potential sources of errors associated...
Closes https://github.com/apache/incubator-kie-issues/issues/1083 Considering previous kubernetes.docker.internal config specific to docker desktop, modified **startServices.sh** script to detect the operating system and adjust the **DOCKER_GATEWAY_HOST** - **Linux** uses **172.17.0.1** - **macOS/Windows** uses **host.docker.internal**...
Moved test file **AgendaFilterTest.Java** from https://github.com/apache/incubator-kie-kogito-runtimes/tree/main/jbpm/jbpm-tests to https://github.com/apache/incubator-kie-kogito-runtimes/tree/main/kogito-codegen-modules/kogito-codegen-processes-integration-tests Closes:
In addition to previous changes associated with tests trying to migrate tests with combination of BPMN2 and drl which are being compiled using legacy v7 to code generation approach, using...
In addition to previous changes associated, migrated some BPMN processes which are being compiled using legacy v7 to code generation approach, using new branch incubator-kie-issues-1131-3 The tests can be identified...
In addition to previous changes associated, migrated some BPMN processes which are being compiled using legacy v7 to code generation approach, using new branch incubator-kie-issues-1131-5 The tests can be identified...
In addition to previous changes associated, Migrated tests within IntermediateEventTest.java-2 The test can be identified by referring to IntermediateEventTest.java: https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/IntermediateEventTest.java Closes https://github.com/apache/incubator-kie-issues/issues/1131.
In addition to previous changes associated, Migrated tests within SLAComplianceTest.java The test can be identified by referring to SLAComplianceTest.java: https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/SLAComplianceTest.java Closes https://github.com/apache/incubator-kie-issues/issues/1131.
In addition to previous changes associated, Migrated tests within StartEventTest.java The test can be identified by referring to IntermediateEventTest.java: https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/StartEventTest.java Closes https://github.com/apache/incubator-kie-issues/issues/1131.
All testdataOutput tests within DataTest.java misses assert statement that actually evaluates the functionality. Add the assert statements and verify. Tests can be identified by referring to: https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/DataTest.java#L389