| /rocksdb-6.9/db/ |
| D | db_logical_block_size_cache_test.cc | 91 ASSERT_OK(DestroyDB(dbname_, options, {})); in TEST_F() 120 ASSERT_OK(DestroyDB(dbname_, options, {})); in TEST_F() 166 ASSERT_OK(DestroyDB(dbname_, options, {{"cf", cf_options}})); in TEST_F() 220 ASSERT_OK(DestroyDB(dbname_, options, in TEST_F() 309 ASSERT_OK(DestroyDB(dbname_, options, in TEST_F() 384 ASSERT_OK(DestroyDB(dbname_, options, {{"cf", cf_options}})); in TEST_F() 442 ASSERT_OK(DestroyDB(data_path_0_, options, {{"cf", cf_options0}})); in TEST_F() 447 ASSERT_OK(DestroyDB(data_path_1_, options, {{"cf", cf_options1}})); in TEST_F() 499 ASSERT_OK(DestroyDB(dbname_ + "/db0", options, {{"cf", cf_options}})); in TEST_F() 504 ASSERT_OK(DestroyDB(dbname_ + "/db1", options, {{"cf", cf_options}})); in TEST_F()
|
| D | compact_files_test.cc | 79 DestroyDB(db_name_, options); in TEST_F() 138 DestroyDB(db_name_, options); in TEST_F() 177 DestroyDB(db_name_, options); in TEST_F() 213 DestroyDB(db_name_, options); in TEST_F() 288 DestroyDB(db_name_, options); in TEST_F() 326 DestroyDB(db_name_, Options()); in TEST_F() 377 DestroyDB(db_name_, options); in TEST_F()
|
| D | merge_test.cc | 82 DestroyDB(dbname, Options()); in OpenDb() 416 DestroyDB(dbname, Options()); in runTest() 425 DestroyDB(dbname, Options()); in runTest() 436 DestroyDB(dbname, Options()); in runTest() 443 DestroyDB(dbname, Options()); in runTest() 462 DestroyDB(dbname, Options()); in runTest()
|
| D | manual_compaction_test.cc | 42 DestroyDB(dbname_, Options()); in ManualCompactionTest() 120 DestroyDB(dbname_, options); in TEST_F() 176 DestroyDB(dbname_, Options()); in TEST_F() 288 DestroyDB(dbname_, options); in TEST_F()
|
| D | prefix_test.cc | 308 ASSERT_OK(DestroyDB(kDbName, Options())); in TEST() 325 ASSERT_OK(DestroyDB(kDbName, Options())); in TEST() 342 ASSERT_OK(DestroyDB(kDbName, Options())); in TEST() 353 DestroyDB(kDbName, Options()); in TEST_F() 526 DestroyDB(kDbName, Options()); in TEST_F() 578 DestroyDB(kDbName, Options()); in TEST_F() 685 DestroyDB(kDbName, Options()); in TEST_F() 801 DestroyDB(kDbName, Options()); in TEST_F() 834 DestroyDB(kDbName, Options()); in TEST_F() 854 DestroyDB(kDbName, Options()); in TEST_F()
|
| D | write_callback_test.cc | 160 DestroyDB(dbname, options); in TEST_F() 364 DestroyDB(dbname, options); in TEST_F() 383 DestroyDB(dbname, options); in TEST_F() 433 DestroyDB(dbname, options); in TEST_F()
|
| D | perf_context_test.cc | 70 DestroyDB(kDbName, Options()); in TEST_F() 207 DestroyDB(kDbName, Options()); // Start this test with a fresh DB in ProfileQueries() 512 DestroyDB(kDbName, Options()); in TEST_F() 644 DestroyDB(kDbName, Options()); in TEST_F() 820 DestroyDB(kDbName, Options()); in TEST_F()
|
| D | corruption_test.cc | 56 DestroyDB(dbname_, options_); in CorruptionTest() 69 DestroyDB(dbname_, Options()); in ~CorruptionTest() 593 DestroyDB(dbname_, options_); in TEST_F()
|
| D | cuckoo_table_db_test.cc | 29 EXPECT_OK(DestroyDB(dbname_, Options())); in CuckooTableDBTest() 36 EXPECT_OK(DestroyDB(dbname_, Options())); in ~CuckooTableDBTest()
|
| D | comparator_db_test.cc | 272 EXPECT_OK(DestroyDB(dbname_, last_options_)); in ComparatorDBTest() 277 EXPECT_OK(DestroyDB(dbname_, last_options_)); in ~ComparatorDBTest() 305 ASSERT_OK(DestroyDB(dbname_, last_options_)); in Destroy()
|
| D | error_handler_fs_test.cc | 704 DestroyDB(dbname_, options); in TEST_F() 990 DestroyDB(dbname_ + std::string(buf), options[i]); in TEST_F() 1052 Status s = DestroyDB(dbname_ + std::string(buf), options[i]); in TEST_F() 1103 DestroyDB(dbname_ + std::string(buf), options[i]); in TEST_F() 1183 DestroyDB(dbname_ + std::string(buf), options[i]); in TEST_F()
|
| D | db_test2.cc | 384 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 454 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3191 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3240 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3266 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3308 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3335 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3379 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3434 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() 3479 ASSERT_OK(DestroyDB(dbname2, options)); in TEST_F() [all …]
|
| D | options_file_test.cc | 68 DestroyDB(dbname_, opt); in TEST_F()
|
| D | fault_injection_test.cc | 163 EXPECT_OK(DestroyDB(dbname_, options_)); in NewDB() 179 Status s = DestroyDB(dbname_, options_); in TearDown()
|
| /rocksdb-6.9/utilities/checkpoint/ |
| D | checkpoint_test.cc | 60 EXPECT_OK(DestroyDB(dbname_, delete_options)); in CheckpointTest() 62 EXPECT_OK(DestroyDB(dbname_, options)); in CheckpointTest() 66 EXPECT_OK(DestroyDB(snapshot_name_, options)); in CheckpointTest() 68 EXPECT_OK(DestroyDB(snapshot_tmp_name, options)); in CheckpointTest() 95 EXPECT_OK(DestroyDB(dbname_, options)); in ~CheckpointTest() 96 EXPECT_OK(DestroyDB(snapshot_name_, options)); in ~CheckpointTest() 183 ASSERT_OK(DestroyDB(dbname_, options)); in Destroy() 272 ASSERT_OK(DestroyDB(dbname_, options)); in TEST_F() 298 ASSERT_OK(DestroyDB(dbname_, options)); in TEST_F() 307 ASSERT_OK(DestroyDB(dbname_, options)); in TEST_F() [all …]
|
| /rocksdb-6.9/utilities/backupable/ |
| D | backupable_db_test.cc | 788 DestroyDB(dbname_, options_); in TEST_P() 807 DestroyDB(dbname_, options_); in TEST_P() 1445 DestroyDB(dbname_, options_); in TEST_F() 1452 DestroyDB(dbname_, options_); in TEST_F() 1477 DestroyDB(dbname_, options_); in TEST_F() 1487 DestroyDB(dbname_, options_); in TEST_F() 1491 DestroyDB(dbname_, options_); in TEST_F() 1570 DestroyDB(dbname_, options_); in TEST_F() 1603 DestroyDB(dbname_, options_); in TEST_F() 1639 DestroyDB(dbname_, options_); in TEST_F() [all …]
|
| /rocksdb-6.9/util/ |
| D | slice_transform_test.cc | 57 EXPECT_OK(DestroyDB(dbname_, last_options_)); in SliceTransformDBTest() 62 EXPECT_OK(DestroyDB(dbname_, last_options_)); in ~SliceTransformDBTest() 79 ASSERT_OK(DestroyDB(dbname_, last_options_)); in Destroy()
|
| /rocksdb-6.9/utilities/write_batch_with_index/ |
| D | write_batch_with_index_test.cc | 987 DestroyDB(dbname, options); in TEST_F() 1024 DestroyDB(dbname, options); in TEST_F() 1035 DestroyDB(dbname, options); in TEST_F() 1084 DestroyDB(dbname, options); in TEST_F() 1093 DestroyDB(dbname, options); in TEST_F() 1134 DestroyDB(dbname, options); in TEST_F() 1146 DestroyDB(dbname, options); in TEST_F() 1260 DestroyDB(dbname, options); in TEST_F() 1272 DestroyDB(dbname, options); in TEST_F() 1308 DestroyDB(dbname, options); in TEST_F() [all …]
|
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_test.h | 66 DestroyDB(dbname, options); in TransactionTestBase() 94 DestroyDB(dbname, options); in ~TransactionTestBase() 139 DestroyDB(dbname, options); in ReOpen()
|
| /rocksdb-6.9/utilities/memory/ |
| D | memory_test.cc | 113 DestroyDB(GetDBName(i), opt); in TEST_F() 172 DestroyDB(GetDBName(i), opt); in TEST_F()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job_stats_test.cc | 105 EXPECT_OK(DestroyDB(dbname_, delete_options)); in CompactionJobStatsTest() 107 EXPECT_OK(DestroyDB(dbname_, options)); in CompactionJobStatsTest() 122 EXPECT_OK(DestroyDB(dbname_, options)); in ~CompactionJobStatsTest() 202 ASSERT_OK(DestroyDB(dbname_, options)); in Destroy()
|
| /rocksdb-6.9/examples/ |
| D | options_file_example.cc | 62 Status s = DestroyDB(kDBPath, Options(db_opt, cf_descs[0].options)); in main()
|
| D | transaction_example.cc | 182 DestroyDB(kDBPath, options); in main()
|
| D | optimistic_transaction_example.cc | 176 DestroyDB(kDBPath, options); in main()
|
| /rocksdb-6.9/tools/ |
| D | db_repl_stress.cc | 116 DestroyDB(default_db_path, options); in main()
|