-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
-
3
-
Not defined
Recently, we have seen failures on Jenkins during the Event History Cleanup performance tests. The failing test is intermittent, but is always cleanupModeProcessVariablesPerformanceTest, where the variable count is not empty as expected.
01:38:17 [ERROR] org.camunda.optimize.test.performance.ProcessCleanupPerformanceStaticDataTest.cleanupModeProcessVariablesPerformanceTest Time elapsed: 2,747.66 s <<< FAILURE! 01:38:17 org.opentest4j.AssertionFailedError: 01:38:17 01:38:17 expected: 0 01:38:17 but was: 2042961 01:38:17 at org.camunda.optimize.test.performance.ProcessCleanupPerformanceStaticDataTest.cleanupModeProcessVariablesPerformanceTest(ProcessCleanupPerformanceStaticDataTest.java:73)
We should investigate why this is failing and fix the cause
Hint:
- The engine cleanup tests are still passing as expected