Home
last modified time | relevance | path

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

1234

/dports/databases/rocksdb/rocksdb-6.26.1/tools/
H A Dtrace_analyzer_test.cc51 dbname_ = test_path_ + "/db"; in TraceAnalyzerTest()
119 std::string whole_path = test_path_ + "/0.txt"; in GenerateTrace()
203 std::string test_path_; member in ROCKSDB_NAMESPACE::TraceAnalyzerTest
209 std::string trace_path = test_path_ + "/trace"; in TEST_F()
210 std::string output_path = test_path_ + "/get"; in TEST_F()
219 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
280 std::string trace_path = test_path_ + "/trace"; in TEST_F()
281 std::string output_path = test_path_ + "/put"; in TEST_F()
290 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
356 std::string trace_path = test_path_ + "/trace"; in TEST_F()
[all …]
H A Ddb_bench_tool_test.cc31 test_path_ = test::PerThreadDBPath("db_bench_test"); in DBBenchTest()
32 Env::Default()->CreateDir(test_path_); in DBBenchTest()
33 db_path_ = test_path_ + "/db"; in DBBenchTest()
34 wal_path_ = test_path_ + "/wal"; in DBBenchTest()
114 std::string test_path_; member in ROCKSDB_NAMESPACE::DBBenchTest
127 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
144 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
161 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
299 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash"; in TEST_F()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/tools/
H A Dtrace_analyzer_test.cc51 dbname_ = test_path_ + "/db"; in TraceAnalyzerTest()
119 std::string whole_path = test_path_ + "/0.txt"; in GenerateTrace()
203 std::string test_path_; member in ROCKSDB_NAMESPACE::TraceAnalyzerTest
209 std::string trace_path = test_path_ + "/trace"; in TEST_F()
210 std::string output_path = test_path_ + "/get"; in TEST_F()
219 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
280 std::string trace_path = test_path_ + "/trace"; in TEST_F()
281 std::string output_path = test_path_ + "/put"; in TEST_F()
290 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
356 std::string trace_path = test_path_ + "/trace"; in TEST_F()
[all …]
H A Ddb_bench_tool_test.cc31 test_path_ = test::PerThreadDBPath("db_bench_test"); in DBBenchTest()
32 Env::Default()->CreateDir(test_path_); in DBBenchTest()
33 db_path_ = test_path_ + "/db"; in DBBenchTest()
34 wal_path_ = test_path_ + "/wal"; in DBBenchTest()
114 std::string test_path_; member in ROCKSDB_NAMESPACE::DBBenchTest
127 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
144 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
161 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
299 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash"; in TEST_F()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/tools/
H A 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()
179 std::string test_path_; member in rocksdb::TraceAnalyzerTest
185 std::string trace_path = test_path_ + "/trace"; in TEST_F()
186 std::string output_path = test_path_ + "/get"; in TEST_F()
191 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
251 std::string trace_path = test_path_ + "/trace"; in TEST_F()
252 std::string output_path = test_path_ + "/put"; in TEST_F()
322 std::string trace_path = test_path_ + "/trace"; in TEST_F()
[all …]
H A 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::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()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc51 dbname_ = test_path_ + "/db"; in TraceAnalyzerTest()
101 std::string whole_path = test_path_ + "/0.txt"; in GenerateTrace()
185 std::string test_path_; member in ROCKSDB_NAMESPACE::TraceAnalyzerTest
191 std::string trace_path = test_path_ + "/trace"; in TEST_F()
192 std::string output_path = test_path_ + "/get"; in TEST_F()
200 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
260 std::string trace_path = test_path_ + "/trace"; in TEST_F()
261 std::string output_path = test_path_ + "/put"; in TEST_F()
269 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
334 std::string trace_path = test_path_ + "/trace"; in TEST_F()
[all …]
H A Ddb_bench_tool_test.cc31 test_path_ = test::PerThreadDBPath("db_bench_test"); in DBBenchTest()
32 Env::Default()->CreateDir(test_path_); in DBBenchTest()
33 db_path_ = test_path_ + "/db"; in DBBenchTest()
34 wal_path_ = test_path_ + "/wal"; in DBBenchTest()
114 std::string test_path_; member in ROCKSDB_NAMESPACE::DBBenchTest
127 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
144 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
161 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
298 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash"; in TEST_F()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc51 dbname_ = test_path_ + "/db"; in TraceAnalyzerTest()
101 std::string whole_path = test_path_ + "/0.txt"; in GenerateTrace()
185 std::string test_path_; member in ROCKSDB_NAMESPACE::TraceAnalyzerTest
191 std::string trace_path = test_path_ + "/trace"; in TEST_F()
192 std::string output_path = test_path_ + "/get"; in TEST_F()
200 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
260 std::string trace_path = test_path_ + "/trace"; in TEST_F()
261 std::string output_path = test_path_ + "/put"; in TEST_F()
269 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
334 std::string trace_path = test_path_ + "/trace"; in TEST_F()
[all …]
H A Ddb_bench_tool_test.cc31 test_path_ = test::PerThreadDBPath("db_bench_test"); in DBBenchTest()
32 Env::Default()->CreateDir(test_path_); in DBBenchTest()
33 db_path_ = test_path_ + "/db"; in DBBenchTest()
34 wal_path_ = test_path_ + "/wal"; in DBBenchTest()
114 std::string test_path_; member in ROCKSDB_NAMESPACE::DBBenchTest
127 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
144 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
161 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
298 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash"; in TEST_F()
H A Dio_tracer_parser_test.cc36 test_path_ = test::PerThreadDBPath("io_tracer_parser_test"); in IOTracerParserTest()
38 EXPECT_OK(env_->CreateDirIfMissing(test_path_)); in IOTracerParserTest()
39 trace_file_path_ = test_path_ + "/io_trace_file"; in IOTracerParserTest()
40 dbname_ = test_path_ + "/db"; in IOTracerParserTest()
57 EXPECT_OK(env_->DeleteDir(test_path_)); in ~IOTracerParserTest()
105 std::string test_path_; member in ROCKSDB_NAMESPACE::IOTracerParserTest
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc51 dbname_ = test_path_ + "/db"; in TraceAnalyzerTest()
101 std::string whole_path = test_path_ + "/0.txt"; in GenerateTrace()
185 std::string test_path_; member in ROCKSDB_NAMESPACE::TraceAnalyzerTest
191 std::string trace_path = test_path_ + "/trace"; in TEST_F()
192 std::string output_path = test_path_ + "/get"; in TEST_F()
200 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
260 std::string trace_path = test_path_ + "/trace"; in TEST_F()
261 std::string output_path = test_path_ + "/put"; in TEST_F()
269 paras.push_back("-key_space_dir=" + test_path_); in TEST_F()
334 std::string trace_path = test_path_ + "/trace"; in TEST_F()
[all …]
H A Ddb_bench_tool_test.cc31 test_path_ = test::PerThreadDBPath("db_bench_test"); in DBBenchTest()
32 Env::Default()->CreateDir(test_path_); in DBBenchTest()
33 db_path_ = test_path_ + "/db"; in DBBenchTest()
34 wal_path_ = test_path_ + "/wal"; in DBBenchTest()
114 std::string test_path_; member in ROCKSDB_NAMESPACE::DBBenchTest
127 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
144 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
161 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test"; in TEST_F()
298 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash"; in TEST_F()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A 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 …]
H A 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()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A 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 …]
H A 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()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A 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 …]
H A 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()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A 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 …]
H A Ddb_bench_tool_test.cc29 test_path_ = test::PerThreadDBPath("db_bench_test");
30 Env::Default()->CreateDir(test_path_);
31 db_path_ = test_path_ + "/db";
32 wal_path_ = test_path_ + "/wal";
89 std::string test_path_;
102 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test";
123 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test";
146 const std::string kOptionsFileName = test_path_ + "/OPTIONS_test";
283 const std::string kOptionsFileName = test_path_ + "/OPTIONS_flash";
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc50 env_->CreateDir(test_path_);
51 dbname_ = test_path_ + "/db";
95 std::string whole_path = test_path_ + "/0.txt";
182 std::string test_path_;
188 std::string trace_path = test_path_ + "/trace";
189 std::string output_path = test_path_ + "/get";
194 paras.push_back("-key_space_dir=" + test_path_);
254 std::string trace_path = test_path_ + "/trace";
255 std::string output_path = test_path_ + "/put";
325 std::string trace_path = test_path_ + "/trace";
[all …]
H A 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()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A 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 …]
H A 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()

1234