mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:48:31 +08:00
3ce8eb2d4c
This tests the case in which a worker is blocked in a call to ray.get or ray.wait, and then the worker dies. Then later, the object that the worker was waiting for becomes available. We need to make sure not to try to send a message to the dead worker and then die. Related to #2790.