Skip to content

Commit

Permalink
Fix LITE build (#6770)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #6770

Test Plan: make LITE=1 check

Reviewed By: ajkr

Differential Revision: D21296261

Pulled By: pdillinger

fbshipit-source-id: b6075cc13a6d6db48617b7e0e9ebeea9364dfd9f
  • Loading branch information
pdillinger authored and facebook-github-bot committed Apr 29, 2020
1 parent 335ea73 commit 8086e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/db_bloom_filter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,9 @@ TEST_P(DBBloomFilterTestVaryPrefixAndFormatVer, PartitionedMultiGet) {
ASSERT_OK(Put(UKey(i), UKey(i)));
}
ASSERT_OK(Flush());
#ifndef ROCKSDB_LITE
ASSERT_EQ(TotalTableFiles(), 1);
#endif

constexpr uint32_t Q = 29;
// MultiGet In
Expand Down

0 comments on commit 8086e5e

Please sign in to comment.