Skip to content

Commit

Permalink
Flink: Disabling flaky test TestIcebergSourceFailover.testBoundedWith…
Browse files Browse the repository at this point in the history
…Savepoint (#10802)
  • Loading branch information
pvary authored Jul 29, 2024
1 parent b8b57b2 commit 2c42e67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
import org.apache.iceberg.flink.source.assigner.SimpleSplitAssignerFactory;
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.junit.jupiter.api.extension.RegisterExtension;
Expand Down Expand Up @@ -137,6 +138,7 @@ protected void assertRecords(Table table, List<Record> expectedRecords, Duration
SimpleDataUtil.assertTableRecords(table, expectedRecords, timeout);
}

@Disabled("Disabled for now as it is flaky on CI")
@Test
public void testBoundedWithSavepoint(@InjectClusterClient ClusterClient<?> clusterClient)
throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
import org.apache.iceberg.flink.source.assigner.SimpleSplitAssignerFactory;
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.junit.jupiter.api.extension.RegisterExtension;
Expand Down Expand Up @@ -137,6 +138,7 @@ protected void assertRecords(Table table, List<Record> expectedRecords, Duration
SimpleDataUtil.assertTableRecords(table, expectedRecords, timeout);
}

@Disabled("Disabled for now as it is flaky on CI")
@Test
public void testBoundedWithSavepoint(@InjectClusterClient ClusterClient<?> clusterClient)
throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
import org.apache.iceberg.flink.source.assigner.SimpleSplitAssignerFactory;
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.junit.jupiter.api.extension.RegisterExtension;
Expand Down Expand Up @@ -137,6 +138,7 @@ protected void assertRecords(Table table, List<Record> expectedRecords, Duration
SimpleDataUtil.assertTableRecords(table, expectedRecords, timeout);
}

@Disabled("Disabled for now as it is flaky on CI")
@Test
public void testBoundedWithSavepoint(@InjectClusterClient ClusterClient<?> clusterClient)
throws Exception {
Expand Down

0 comments on commit 2c42e67

Please sign in to comment.