mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
[Streaming] Fix run_streaming_queue_test (#6538)
This commit is contained in:
@@ -259,7 +259,7 @@ class StreamingQueueTestBase : public ::testing::TestWithParam<uint64_t> {
|
||||
STREAMING_LOG(INFO) << "Sub process: writer.";
|
||||
|
||||
CoreWorker driver(WorkerType::DRIVER, Language::PYTHON, raylet_store_socket_names_[0],
|
||||
raylet_socket_names_[0], NextJobId(), gcs_options_, "", "",
|
||||
raylet_socket_names_[0], NextJobId(), gcs_options_, "", "127.0.0.1",
|
||||
node_manager_port_, nullptr);
|
||||
|
||||
// Create writer and reader actors
|
||||
|
||||
Reference in New Issue
Block a user