Skip to content

Commit

Permalink
FIX CI
Browse files Browse the repository at this point in the history
Signed-off-by: Qing Wang <kingchin1218@gmail.com>
  • Loading branch information
jovany-wang committed Jul 6, 2023
1 parent 85da72b commit 304ff19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fed/proxy/barriers.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def send(
downstream_seq_id=downstream_seq_id,
)
get_global_context()._cleanup_manager.push_to_sending(res)
# push_to_sending(res)
return res


Expand Down
2 changes: 0 additions & 2 deletions tests/test_transport_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_n_to_1_transport():
for i in range(NUM_DATA):
assert f"data-{i}" in ray.get(get_objs)

wait_sending()
ray.shutdown()


Expand Down Expand Up @@ -186,7 +185,6 @@ def test_send_grpc_with_meta():
for result in ray.get(sent_objs):
assert result

wait_sending()
ray.shutdown()


Expand Down

0 comments on commit 304ff19

Please sign in to comment.