-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
We currently run our nightly Zeebe compatibility tests against Zeebe 8.0.x and 8.1.x. However, some of our tests are verifying behaviour that is exclusive to Zeebe 8.1.x. This means that the tests fail to even compile when run against Zeebe 8.0. We need to find a solution that involves keeping these tests running against Zeebe 8.1, while being excluded against Zeebe 8.0. The tests compatible with both versions should still be run against both.
The start of a solution was drafted here, but it is unsuccessful as it requires navigation around the compilation issue: https://github.com/camunda/camunda-optimize/pull/5436