Lines Matching refs:test_path_
48 test_path_ = test::PerThreadDBPath("trace_analyzer_test"); in TraceAnalyzerTest()
50 env_->CreateDir(test_path_); in TraceAnalyzerTest()
51 dbname_ = test_path_ + "/db"; in TraceAnalyzerTest()
95 std::string whole_path = test_path_ + "/0.txt"; in GenerateTrace()
182 std::string test_path_; member in ROCKSDB_NAMESPACE::TraceAnalyzerTest
188 std::string trace_path = test_path_ + "/trace"; in TEST_F()
189 std::string output_path = test_path_ + "/get"; in TEST_F()
194 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
254 std::string trace_path = test_path_ + "/trace"; in TEST_F()
255 std::string output_path = test_path_ + "/put"; in TEST_F()
260 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
325 std::string trace_path = test_path_ + "/trace"; in TEST_F()
326 std::string output_path = test_path_ + "/delete"; in TEST_F()
331 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
391 std::string trace_path = test_path_ + "/trace"; in TEST_F()
392 std::string output_path = test_path_ + "/merge"; in TEST_F()
397 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
463 std::string trace_path = test_path_ + "/trace"; in TEST_F()
464 std::string output_path = test_path_ + "/single_delete"; in TEST_F()
469 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
530 std::string trace_path = test_path_ + "/trace"; in TEST_F()
531 std::string output_path = test_path_ + "/range_delete"; in TEST_F()
536 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
599 std::string trace_path = test_path_ + "/trace"; in TEST_F()
600 std::string output_path = test_path_ + "/iterator"; in TEST_F()
605 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()