Ma77Ball opened a new issue, #5887:
URL: https://github.com/apache/texera/issues/5887

   ### Task Summary
   The amber e2e suites that materialize results (DataProcessingSpec, 
PauseSpec, ReconfigurationSpec, ReconfigurationIntegrationSpec) all build their 
WorkflowContext from the default wid=1/eid=1 and insert identical 
uid/wid/vid/eid=1 DB fixtures. ScalaTest runs these suites concurrently in one 
JVM, so they write to the same Iceberg result keyspace (vfs:///wid/1/eid/1/...) 
and the same DB rows at the same time. The resulting Iceberg 
optimistic-concurrency commit conflicts intermittently fail DataProcessingSpec 
in the `build / amber` CI job (1 of ~1053 tests), blocking unrelated PRs. Fix: 
give each suite a distinct id so storage keyspaces and DB rows are disjoint.
   ### Task Type
   - [x] Testing / QA


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to