mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 05:51:40 +08:00
[Core] Added ability to specify different IP addresses for a core worker and its raylet. (#7985)
This commit is contained in:
@@ -318,6 +318,7 @@ class StreamingQueueTestBase : public ::testing::TestWithParam<uint64_t> {
|
||||
true, // install_failure_signal_handler
|
||||
"127.0.0.1", // node_ip_address
|
||||
node_manager_port_, // node_manager_port
|
||||
"127.0.0.1", // raylet_ip_address
|
||||
"queue_tests", // driver_name
|
||||
"", // stdout_file
|
||||
"", // stderr_file
|
||||
|
||||
Reference in New Issue
Block a user