Skip to content

Commit

Permalink
unit tests: Enable SpdbDBBloomFilterTest::OptimizeFiltersForHits (spe…
Browse files Browse the repository at this point in the history
  • Loading branch information
udi-speedb committed Jun 6, 2023
1 parent 4c034e1 commit 1788bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/speedb/paired_filter/speedb_db_bloom_filter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ TEST_F(SpdbDBBloomFilterTest, PrefixScan) {

// TODO: The filter builder is created always with OFFM = false, both for us and
// rocksdb. Is that how it's supposed to be?
TEST_F(SpdbDBBloomFilterTest, DISABLED_OptimizeFiltersForHits) {
TEST_F(SpdbDBBloomFilterTest, OptimizeFiltersForHits) {
Options options = CurrentOptions();
options.write_buffer_size = 64 * 1024;
options.arena_block_size = 4 * 1024;
Expand Down

0 comments on commit 1788bc7

Please sign in to comment.