Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate process test migration from v7 legacy runtime to code generation #1131

Labels
area:bpmn Related to BPMN area:engine Related to the runtime engines area:tests Related to automated tests of any kind

Comments

@elguardian
Copy link

At this point some of the bpmn can be compiled. This test right now are using legacy v7 Kie session.
The idea is to migrate those to code generation

Those test can be told by
https:/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java

where the bpmn is in the folder src/test/bpmn

https:/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java#L103

an example of migration is
https:/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ResourceTest.java#L37

@elguardian elguardian added area:bpmn Related to BPMN area:tests Related to automated tests of any kind area:engine Related to the runtime engines labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment