diff --git a/table/table_test.cc b/table/table_test.cc index aad646f5b..2ed5e7775 100644 --- a/table/table_test.cc +++ b/table/table_test.cc @@ -2429,7 +2429,7 @@ TEST_F(PrefixTest, PrefixAndWholeKeyTest) { bbto.whole_key_filtering = true; - const std::string kDBPath = test::TmpDir() + "/prefix_test"; + const std::string kDBPath = test::TmpDir() + "/table_prefix_test"; options.table_factory.reset(NewBlockBasedTableFactory(bbto)); DestroyDB(kDBPath, options); rocksdb::DB* db;