Skip to content

Commit

Permalink
Rebase 8.1.1: fix for speedb_db_bloom_filter_test
Browse files Browse the repository at this point in the history
as part of - Speedb's Paired Block Bloom (#29)
  • Loading branch information
Yuval-Ariel authored and udi-speedb committed Nov 14, 2023
1 parent a4f0612 commit 149af01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/speedb/paired_filter/speedb_db_bloom_filter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2304,8 +2304,7 @@ TEST_F(SpdbDBBloomFilterTest, OptimizeFiltersForHits) {
BottommostLevelCompaction::kSkip;
compact_options.change_level = true;
compact_options.target_level = 7;
ASSERT_TRUE(db_->CompactRange(compact_options, handles_[1], nullptr, nullptr)
.IsNotSupported());
ASSERT_OK(db_->CompactRange(compact_options, handles_[1], nullptr, nullptr));

ASSERT_EQ(trivial_move, 1);
ASSERT_EQ(non_trivial_move, 0);
Expand Down

0 comments on commit 149af01

Please sign in to comment.