You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upload test artifacts on failure for all DBs
* Upgrade test containers to 1.21.3
* Disable MultipleExternalWorkerAcquireServiceTaskTest#testAcquireJobsInTheSameTimeWithNoRetries since it seems like on Oracle both of the threads are acquiring jobs properly
* Set fix time in IntermediateTimerEventTest#testCatchingTimerEvent before running the test
* Use plus 1 second instead of millisecond in CmmnTimerTaskTest
* Use different channel keys for each test in KafkaChannelDefinitionProcessorTest
* Add toString on the AcquiredExternalWorkerJobImpl
* Use awaitility for Camel MultiInstanceTest
* Make sure that times in CMMN TaskCollectionResourceTest have seconds otherwise tests are failing due to an invalid assertion
* Stabilise tests by checking for the async and timer jobs in one transaction
It happens that if there is a timer the first check is done in one transaction and returns nothing.
However, in the meantime the timer was moved to async, which would mean that the timers count would return empty as well
and thus stop the execution.
However, not everything has been executed.
* Adjust the Process Engine MultiInstanceTest to only run the async jobs, since we are testing the creation of a timer job when something fails
* Remove SpringEventRegistryChangeDetectorTest since we already have EventRegistryAutoConfigurationTest for testing the same thing
* Disable change detection in the tests since we have multiple application contexts that could be running in the test suite and they could be causing problems between each other
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-engine-configurator/src/test/java/org/flowable/cmmn/test/AbstractProcessEngineIntegrationTest.java
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-rest/src/test/java/org/flowable/cmmn/rest/service/api/runtime/TaskCollectionResourceTest.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,14 +135,17 @@ public void testGetTasks() throws Exception {
0 commit comments