eugenegujing opened a new issue, #6485: URL: https://github.com/apache/texera/issues/6485
### Task Summary `amber/src/main/python/core/architecture/rpc/async_rpc_server.py` is the Python worker's control-message dispatch core (one instance per `MainLoop`). No test in `amber/src/test/python` imports this module; existing runnables tests reach it only indirectly through `MainLoop`. The dispatch, error-wrapping, no-reply, and reply-routing branches are all unit-testable directly by constructing `ControlInvocation`s against a real or stubbed handler map and asserting on what lands in the output queue. ### Task Type - [ ] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [x] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- 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]
