mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 12:07:46 +08:00
Enforce quoting style in Travis. (#4589)
This commit is contained in:
committed by
Robert Nishihara
parent
6697407ec4
commit
e88e706fcc
@@ -2678,7 +2678,7 @@ def test_raylet_is_robust_to_random_messages(ray_start_regular):
|
||||
# Try to bring down the node manager:
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.connect((node_manager_address, node_manager_port))
|
||||
s.send(1000 * b'asdf')
|
||||
s.send(1000 * b"asdf")
|
||||
|
||||
@ray.remote
|
||||
def f():
|
||||
|
||||
Reference in New Issue
Block a user