Task Summary
Backport #5888 ("fix(test): isolate e2e suites by unique workflow/execution id") to release/v1.2. The amber e2e suites all ran with the default WorkflowContext (wid=1/eid=1), so concurrent suites collided in the shared Iceberg keyspace. #5888 gives each suite a distinct id (DataProcessingSpec=1, PauseSpec=2, ReconfigurationSpec=3, ReconfigurationIntegrationSpec=4). The auto-backport could not apply cleanly because TestUtils.scala diverged between main and release/v1.2 (the StorageConfig import path), so a manual backport is needed.
Task Type
Task Summary
Backport #5888 ("fix(test): isolate e2e suites by unique workflow/execution id") to
release/v1.2. The amber e2e suites all ran with the defaultWorkflowContext(wid=1/eid=1), so concurrent suites collided in the shared Iceberg keyspace. #5888 gives each suite a distinct id (DataProcessingSpec=1, PauseSpec=2, ReconfigurationSpec=3, ReconfigurationIntegrationSpec=4). The auto-backport could not apply cleanly becauseTestUtils.scaladiverged betweenmainandrelease/v1.2(theStorageConfigimport path), so a manual backport is needed.Task Type