Home
last modified time | relevance | path

Searched refs:test_path_ (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/tools/
Dtrace_analyzer_test.cc50 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()
325 std::string trace_path = test_path_ + "/trace"; in TEST_F()
[all …]
Ddb_bench_tool_test.cc29 test_path_ = test::PerThreadDBPath("db_bench_test"); in DBBenchTest()
30 Env::Default()->CreateDir(test_path_); in DBBenchTest()
31 db_path_ = test_path_ + "/db"; in DBBenchTest()
32 wal_path_ = test_path_ + "/wal"; in DBBenchTest()
89 std::string test_path_; member in ROCKSDB_NAMESPACE::DBBenchTest
102 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
123 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
146 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
283 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash"; in TEST_F()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_test.cc47 test_path_ = test::PerThreadDBPath("block_cache_tracer_test"); in BlockCacheTracerTest()
49 EXPECT_OK(env_->CreateDir(test_path_)); in BlockCacheTracerTest()
50 trace_file_path_ = test_path_ + "/block_cache_trace"; in BlockCacheTracerTest()
51 block_cache_sim_config_path_ = test_path_ + "/block_cache_sim_config"; in BlockCacheTracerTest()
73 EXPECT_OK(env_->DeleteDir(test_path_)); in ~BlockCacheTracerTest()
163 "-block_cache_analysis_result_dir=" + test_path_, in RunBlockCacheTraceAnalyzer()
207 std::string test_path_; member in ROCKSDB_NAMESPACE::BlockCacheTracerTest
246 const std::string mrc_path = test_path_ + "/49_50_mrc"; in TEST_F()
280 test_path_ + "/" + std::to_string(expected_capacity) + "_" + in TEST_F()
380 const std::string timeline_file = test_path_ + "/" + in TEST_F()
[all …]
/rocksdb-6.9/trace_replay/
Dblock_cache_tracer_test.cc29 test_path_ = test::PerThreadDBPath("block_cache_tracer_test"); in BlockCacheTracerTest()
31 EXPECT_OK(env_->CreateDir(test_path_)); in BlockCacheTracerTest()
32 trace_file_path_ = test_path_ + "/block_cache_trace"; in BlockCacheTracerTest()
37 EXPECT_OK(env_->DeleteDir(test_path_)); in ~BlockCacheTracerTest()
155 std::string test_path_; member in ROCKSDB_NAMESPACE::BlockCacheTracerTest
/rocksdb-6.9/table/
Dtable_test.cc1088 test_path_ = test::PerThreadDBPath("block_based_table_tracing_test"); in SetupTracingTest()
1089 EXPECT_OK(env_->CreateDir(test_path_)); in SetupTracingTest()
1090 trace_file_path_ = test_path_ + "/block_cache_trace_file"; in SetupTracingTest()
1161 EXPECT_OK(env_->DeleteDir(test_path_)); in VerifyBlockAccessTrace()
1171 std::string test_path_; member in ROCKSDB_NAMESPACE::BlockBasedTableTest