aglinxinyuan opened a new issue, #4771: URL: https://github.com/apache/texera/issues/4771
### Task Summary `WorkerPortExecution` (`amber/src/main/scala/org/apache/texera/amber/engine/architecture/controller/execution/WorkerPortExecution.scala`) tracks per-worker-per-port completion state but currently has no unit tests. Add `WorkerPortExecutionSpec` covering: - Default `completed` flag is `false` - `setCompleted` flips it to `true` - Repeated `setCompleted` calls are idempotent - Separate instances do not share state ### Priority P3 – Low ### 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]
