jbpm
jbpm copied to clipboard
a Business Process Management (BPM) Suite
**Backport:** https://github.com/kiegroup/jbpm/pull/2395 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs Missing index 'IDX_EventTypes_IdElement' with hibernate.hbm2ddl.auto=update JIRA: [JBPM-10224](https://issues.redhat.com/browse/JBPM-10224)
**Backport:** https://github.com/kiegroup/jbpm/pull/2395 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs Missing index 'IDX_EventTypes_IdElement' with hibernate.hbm2ddl.auto=update JIRA: [JBPM-10224](https://issues.redhat.com/browse/JBPM-10224)
**Backport:** https://github.com/kiegroup/jbpm/pull/2413 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs **JIRA**: [link](https://issues.redhat.com/browse/JBPM-10228)
**Backport:** https://github.com/kiegroup/jbpm/pull/2413 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs **JIRA**: [link](https://issues.redhat.com/browse/JBPM-10228)
**Backport:** https://github.com/kiegroup/jbpm/pull/2418 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs **JIRA**: [link](https://issues.redhat.com/browse/JBPM-10230)
**Backport:** https://github.com/kiegroup/jbpm/pull/2418 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs **JIRA**: [link](https://issues.redhat.com/browse/JBPM-10230)
**Backport:** https://github.com/kiegroup/jbpm/pull/2412 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs Integrate DB2 ddl-scripts with creation of required sequences JIRA: [JBPM-10226](https://issues.redhat.com/browse/JBPM-10226)
**Backport:** https://github.com/kiegroup/jbpm/pull/2412 >**Note**: CI is not automatically triggered on backported PRs, please comment 'ok to test' to launch Jenkins jobs Integrate DB2 ddl-scripts with creation of required sequences JIRA: [JBPM-10226](https://issues.redhat.com/browse/JBPM-10226)
[link](https://issues.redhat.com/browse/JBPM-10231) # The Problem Some unit tests are non-idempotent, as they pass in the first run but fail in the second run in the same environment. A fix is necessary...
This PR supersedes #2421 - it fixes all non-idempotent unit tests. All tests pass and are idempotent after the fix. Below are all tests fixed: ## EventHnadlingTest#testRunMultiEventProcessPerRequestRuntimeManager Reason: With "Per...