diff --git a/db/db_basic_test.cc b/db/db_basic_test.cc index e09f5fe8a..960feef5f 100644 --- a/db/db_basic_test.cc +++ b/db/db_basic_test.cc @@ -1335,6 +1335,7 @@ INSTANTIATE_TEST_CASE_P( MultiGetPrefix, MultiGetPrefixExtractorTest, ::testing::Bool()); +#ifndef ROCKSDB_LITE class DBMultiGetRowCacheTest : public DBBasicTest, public ::testing::WithParamInterface {}; @@ -1427,7 +1428,6 @@ TEST_P(DBMultiGetRowCacheTest, MultiGetBatched) { INSTANTIATE_TEST_CASE_P(DBMultiGetRowCacheTest, DBMultiGetRowCacheTest, testing::Values(true, false)); -#ifndef ROCKSDB_LITE TEST_F(DBBasicTest, GetAllKeyVersions) { Options options = CurrentOptions(); options.env = env_;