Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core]Turn on light weight resource broadcasting. #32625

Merged
merged 13 commits into from
Mar 1, 2023
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
fishbone committed Feb 23, 2023
commit 542047126e043fe1455c5a5ac491639470401277
2 changes: 2 additions & 0 deletions src/ray/common/ray_syncer/ray_syncer-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ class RaySyncerBidiReactor {
virtual void DoDisconnect() = 0;
std::string remote_node_id_;
bool disconnected_ = false;

FRIEND_TEST(SyncerReactorTest, TestReactorFailure);
};

/// This class implements the communication between two nodes except the initialization
Expand Down