Skip to content

Commit 11cdb64

Browse files
authored
Disable flaky ingestion test (apache#18495)
* Reduce metadata refresh period for broker * Disabled flaky kill segment test * Disable the tests for only IngestionBackwardCompatibilityDockerTest
1 parent 51cd762 commit 11cdb64

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

embedded-tests/src/test/java/org/apache/druid/testing/embedded/docker/IngestionBackwardCompatibilityDockerTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import org.jboss.netty.handler.codec.http.HttpMethod;
3737
import org.junit.jupiter.api.Assertions;
3838
import org.junit.jupiter.api.BeforeEach;
39+
import org.junit.jupiter.api.Disabled;
3940

4041
/**
4142
* Runs some basic ingestion tests using Coordinator and Overlord at version
@@ -85,6 +86,13 @@ public void verifyOverlordLeader()
8586
);
8687
}
8788

89+
@Override
90+
@Disabled("Disabled due to flakiness after segment drops")
91+
public void test_runIndexTask_andKillData()
92+
{
93+
super.test_runIndexTask_andKillData();
94+
}
95+
8896
@Override
8997
protected int markSegmentsAsUnused(String dataSource)
9098
{

0 commit comments

Comments
 (0)