ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
91 stars 20 forks source link

`test_ping_others.py` UT is flakey #153

Closed NKcqx closed 8 months ago

NKcqx commented 1 year ago

test_ping_others.py::test_ping_started_party starts two parties and makes 'alice' to ping 'bob'. However, 'bob' may get executed first and exit soon, since no codes need to be executed inside 'bob', which causing 'alice' ping failure.

zhouaihui commented 1 year ago

Same as test_retry_policy.py.