Skip to content

Commit

Permalink
HDDS-11672. Mark TestSnapshotBackgroundServices#testCompactionLogBack…
Browse files Browse the repository at this point in the history
…groundService as flaky
  • Loading branch information
adoroszlai committed Nov 13, 2024
1 parent d09e6d4 commit 8e617dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
import org.apache.ozone.rocksdiff.CompactionNode;
import org.apache.ozone.test.GenericTestUtils;
import org.apache.ozone.test.LambdaTestUtils;
import org.apache.ozone.test.tag.Flaky;
import org.apache.ratis.server.protocol.TermIndex;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
Expand Down Expand Up @@ -377,6 +378,7 @@ private OzoneManager getLeaderOM() {

@Test
@DisplayName("testCompactionLogBackgroundService")
@Flaky("HDDS-11672")
public void testCompactionLogBackgroundService()
throws IOException, InterruptedException, TimeoutException {
OzoneManager leaderOM = getLeaderOM();
Expand Down

0 comments on commit 8e617dc

Please sign in to comment.