mirror of
https://github.com/wassname/ray.git
synced 2026-08-14 12:40:23 +08:00
[Streaming] Fault Tolerance Implementation (#10595)
This commit is contained in:
@@ -66,7 +66,6 @@ INSTANTIATE_TEST_CASE_P(StreamingTest, StreamingExactlySameTest,
|
||||
} // namespace ray
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
// set_streaming_log_config("streaming_writer_test", StreamingLogLevel::INFO, 0);
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
RAY_CHECK(argc == 9);
|
||||
ray::TEST_STORE_EXEC_PATH = std::string(argv[1]);
|
||||
|
||||
Reference in New Issue
Block a user