aglinxinyuan opened a new issue, #4752: URL: https://github.com/apache/texera/issues/4752
### Task Summary `LinkExecution` (`amber/src/main/scala/org/apache/texera/amber/engine/architecture/controller/execution/LinkExecution.scala`) tracks per-channel execution state for a physical link but currently has no unit tests. Add `LinkExecutionSpec` covering: - A fresh `LinkExecution` exposes no channel executions - `initChannelExecution` registers a new `ChannelExecution` for the given channel id - A second `initChannelExecution` for the same channel id raises an `AssertionError` - Multiple distinct channel ids are tracked independently ### 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]
