Yicong-Huang opened a new issue, #4741:
URL: https://github.com/apache/texera/issues/4741

   ### Task Summary
   
   `amber/src/main/python/core/architecture/rpc/async_rpc_client.py` has no 
dedicated spec. Add unit tests for the `async_run` decorator (running-loop vs. 
no-loop branches), `_create_future` (Future allocation + sequence/promise 
bookkeeping), `_fulfill_promise` (matching command_id resolves the future and 
clears the entry; mismatched id logs a warning without raising), `receive` 
(delegates command_id and return value), the `_create_proxy` Proxy 
stream-method blockers, and `controller_stub` returning the configured stub.
   
   ### 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