Fix LITE build (#10106)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10106

Reviewed By: cbi42

Differential Revision: D36891284

Pulled By: ltamasi

fbshipit-source-id: 304ffa84549201659feb0b74d6ba54a83f08906b
This commit is contained in:
Levi Tamasi 2022-06-02 23:42:41 -07:00 committed by Facebook GitHub Bot
parent e88d8935ae
commit b8fe7df2e5
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,7 @@ TEST_F(DBBlobCompactionTest, FilterByKeyLength) {
Close();
}
#ifndef ROCKSDB_LITE
TEST_F(DBBlobCompactionTest, BlobCompactWithStartingLevel) {
Options options = GetDefaultOptions();
@ -318,6 +319,7 @@ TEST_F(DBBlobCompactionTest, BlobCompactWithStartingLevel) {
Close();
}
#endif
TEST_F(DBBlobCompactionTest, BlindWriteFilter) {
Options options = GetDefaultOptions();