-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
False
-
Review/migrate/remove kogito-codegen-integration-tests module: this module contains sort of integration tests using codegen and in memory compilation in a setup that is not reproducing any real world scenario. In particular it triggers the codepath of Kogito running outside Quarkus/Springboot like a plain Java application without dependency injection (context().hasDI() = false). This use case exists only in this module and it can only execute a very limited set of actions (mainly standalone resources without events/persistences or any other "integration"). There are many different alternatives to consider:
- Migrate all of them to proper integration tests
- Move each test in the specific engine (i.e. move process tests to something similar to this existing suite)
- Wait KOGITO-4593 to be done and use this approach/API to migrate all tests
My suggestion is to wait KOGITO-4593 because most probably it will help to review this other module
- is related to
-
KOGITO-4593 Improve testing strategy and coverage for Processes
- Closed
-
RHPAM-3950 Improve testing strategy and coverage for Processes
- New