From a3519a24025704ebdd02d59a0c48cad32932f1f2 Mon Sep 17 00:00:00 2001 From: trueeyu Date: Mon, 18 Jul 2022 12:40:18 +0800 Subject: [PATCH] Remove unused test case (#8832) --- be/test/storage/tablet_updates_test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/be/test/storage/tablet_updates_test.cpp b/be/test/storage/tablet_updates_test.cpp index f9cc0d4fb9c5b..a8f2de18587b4 100644 --- a/be/test/storage/tablet_updates_test.cpp +++ b/be/test/storage/tablet_updates_test.cpp @@ -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;