You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L351 checks whether the received message includes "successful" or not. If the message includes "successful", it will leave the loop. Ideally, we expected the "successful" string is produced by L339. However, the received message is "Unable to connect to GCS at 10.244.0.8:6379. Check that (1) Ray GCS with matching version started successfully at the specified address, and (2) there is no firewall setting preventing access"
The following log is printed by L350.
INFO:__main__:Unable to connect to GCS at 10.244.0.8:6379. Check that (1) Ray GCS with matching version started successfully at the specified address, and (2) there is no firewall setting preventing access.
Reproduction script
python3 tests/compatibility-test.py RayFTTestCase.test_detached_actor 2>&1| tee log
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
KubeRay Component
ci
What happened + What you expected to happen
kuberay/tests/compatibility-test.py
Lines 329 to 360 in 159d57f
L351 checks whether the received message includes "successful" or not. If the message includes "successful", it will leave the loop. Ideally, we expected the "successful" string is produced by L339. However, the received message is "Unable to connect to GCS at 10.244.0.8:6379. Check that (1) Ray GCS with matching version started
successfully
at the specified address, and (2) there is no firewall setting preventing access"The following log is printed by L350.
Reproduction script
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: