Ma77Ball opened a new pull request, #6037: URL: https://github.com/apache/texera/pull/6037
### What changes were proposed in this PR? - `WorkerSpec`'s input-port `AssignPortRequest` now passes an empty `storageUris` (`List()`) matching its empty `partitionings`, satisfying `InputManager.addPort`'s `size` invariant, so the input port registers and the three worker tests pass deterministically. - `AsyncRPCServer.invokeMethod` now re-throws `Error`s (e.g. failed assertions) after replying to the sender, instead of swallowing them; normal `Exception`s are still returned to the sender unchanged, so genuine invariant violations surface loudly rather than degrading into flaky timeouts. ### Any related issues, documentation, discussions? Closes: #6036 ### How was this PR tested? - Run `sbt "WorkflowExecutionService/testOnly *WorkerSpec"`; expect `Tests: succeeded 3, failed 0`. - Diagnostic: grep the run log for `assertion failed`. Before this fix the count is 3 (the assertion fired and was swallowed every run); after it is 0. Verified locally under Java 17. - The full amber suite is heavy and flaky to run locally, so the engine-wide `AsyncRPCServer` change is left to the amber CI job to exercise across all RPC handlers. ### Was this PR authored or co-authored using generative AI tooling? Co-authored with Claude Opus 4.8 in compliance with ASF -- 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]
