mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 04:50:45 +08:00
Fix job table parsing (#8070)
This commit is contained in:
@@ -159,7 +159,7 @@ def test_global_state_api(shutdown_only):
|
||||
|
||||
assert len(job_table) == 1
|
||||
assert job_table[0]["JobID"] == job_id.hex()
|
||||
assert job_table[0]["NodeManagerAddress"] == node_ip_address
|
||||
assert job_table[0]["DriverIPAddress"] == node_ip_address
|
||||
|
||||
|
||||
# TODO(rkn): Pytest actually has tools for capturing stdout and stderr, so we
|
||||
|
||||
Reference in New Issue
Block a user