fix passing sys config to start (#10514)

This commit is contained in:
Edward Oakes
2020-09-03 13:18:21 -05:00
committed by GitHub
parent 91535e9102
commit e4d80e1b0f
+7
View File
@@ -371,6 +371,13 @@ def test_calling_start_ray_head(call_ray_stop_only):
check_call_ray(["start", "--head", "--node-ip-address", "127.0.0.1"])
check_call_ray(["stop"])
# Test starting Ray with a system config parameter set.
check_call_ray([
"start", "--head", "--system-config",
"{\"metrics_report_interval_ms\":100}"
])
check_call_ray(["stop"])
# Test starting Ray with the object manager and node manager ports
# specified.
check_call_ray([