diff --git a/db/db_test.cc b/db/db_test.cc index 569f6e334..7e93f35a7 100644 --- a/db/db_test.cc +++ b/db/db_test.cc @@ -5737,8 +5737,6 @@ TEST_F(DBTest, TableOptionsSanitizeTest) { ASSERT_OK(TryReopen(options)); } -#endif // ROCKSDB_LITE - TEST_F(DBTest, ConcurrentMemtableNotSupported) { Options options = CurrentOptions(); options.allow_concurrent_memtable_write = true; @@ -5760,6 +5758,8 @@ TEST_F(DBTest, ConcurrentMemtableNotSupported) { ASSERT_NOK(db_->CreateColumnFamily(cf_options, "name", &handle)); } +#endif // ROCKSDB_LITE + TEST_F(DBTest, SanitizeNumThreads) { for (int attempt = 0; attempt < 2; attempt++) { const size_t kTotalTasks = 8;