Skip to content

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbi42 committed Feb 21, 2025
1 parent d7aea69 commit d551ea9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion db/db_compaction_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6440,7 +6440,11 @@ TEST_F(DBCompactionTest, PersistRoundRobinCompactCursor) {
}
}

TEST_P(RoundRobinSubcompactionsAgainstPressureToken, PressureTokenTest) {
// FIXME: the test is flaky and failing the assertion
// ASSERT_EQ(num_planned_subcompactions, kNumSubcompactions);
// It's likely a test set up issue, fix if we are to use RoubdRobin compaction.
TEST_P(RoundRobinSubcompactionsAgainstPressureToken,
DISABLED_PressureTokenTest) {
const int kKeysPerBuffer = 100;
const int kNumSubcompactions = 2;
const int kFilesPerLevel = 50;
Expand Down

0 comments on commit d551ea9

Please sign in to comment.