mirror of https://github.com/facebook/rocksdb.git
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:
parent
e88d8935ae
commit
b8fe7df2e5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue