Skip to content

Commit

Permalink
Remove unused test case (#8832)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueeyu committed Jul 18, 2022
1 parent 7033b29 commit a3519a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions be/test/storage/tablet_updates_test.cpp
Expand Up @@ -1100,10 +1100,6 @@ TEST_F(TabletUpdatesTest, compaction_score_enough_normal) {
test_compaction_score_enough_normal(false);
}

TEST_F(TabletUpdatesTest, compaction_score_enough_normal_persistent_index) {
test_compaction_score_enough_normal(true);
}

// NOLINTNEXTLINE
void TabletUpdatesTest::test_horizontal_compaction(bool enable_persistent_index) {
auto orig = config::vertical_compaction_max_columns_per_group;
Expand Down

0 comments on commit a3519a2

Please sign in to comment.