Skip to content

Commit 822c25e

Browse files
authored
[DataStreamToSpanner] Skipping all the Live migration ITs which spawns Datastream (#2437)
* Skipping all the Live migration ITs which spawns datastream * Skipping 2 more tests
1 parent f92e876 commit 822c25e

6 files changed

+11
-0
lines changed

v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToSpannerIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
@Category({TemplateIntegrationTest.class, SkipDirectRunnerTest.class})
7474
@TemplateIntegrationTest(DataStreamToSpanner.class)
7575
@RunWith(Parameterized.class)
76+
@Ignore("Triaging flaky test")
7677
public class DataStreamToSpannerIT extends SpannerTemplateITBase {
7778

7879
enum JDBCType {

v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToSpannerWideRowForMax16KeyTablePerDatabaseIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.jetbrains.annotations.NotNull;
4848
import org.junit.After;
4949
import org.junit.Before;
50+
import org.junit.Ignore;
5051
import org.junit.Test;
5152
import org.junit.experimental.categories.Category;
5253
import org.junit.runner.RunWith;
@@ -56,6 +57,7 @@
5657
@Category({TemplateIntegrationTest.class, SkipDirectRunnerTest.class})
5758
@TemplateIntegrationTest(DataStreamToSpanner.class)
5859
@RunWith(JUnit4.class)
60+
@Ignore("Triaging flaky test")
5961
public class DataStreamToSpannerWideRowForMax16KeyTablePerDatabaseIT
6062
extends DataStreamToSpannerITBase {
6163

v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToSpannerWideRowForMax9MibTablePerDatabaseIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
import org.apache.commons.lang3.RandomStringUtils;
5252
import org.junit.After;
5353
import org.junit.Before;
54+
import org.junit.Ignore;
5455
import org.junit.Test;
5556
import org.junit.experimental.categories.Category;
5657
import org.junit.runner.RunWith;
@@ -60,6 +61,7 @@
6061
@Category({TemplateIntegrationTest.class, SkipDirectRunnerTest.class})
6162
@TemplateIntegrationTest(DataStreamToSpanner.class)
6263
@RunWith(JUnit4.class)
64+
@Ignore("Triaging flaky test")
6365
public class DataStreamToSpannerWideRowForMax9MibTablePerDatabaseIT
6466
extends DataStreamToSpannerITBase {
6567
private static final int STRING_LENGTH = 200;

v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToSpannerWideRowForMaxColumnsPerTablesIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.jetbrains.annotations.NotNull;
4848
import org.junit.After;
4949
import org.junit.Before;
50+
import org.junit.Ignore;
5051
import org.junit.Test;
5152
import org.junit.experimental.categories.Category;
5253
import org.junit.runner.RunWith;
@@ -56,6 +57,7 @@
5657
@Category({TemplateIntegrationTest.class, SkipDirectRunnerTest.class})
5758
@TemplateIntegrationTest(DataStreamToSpanner.class)
5859
@RunWith(JUnit4.class)
60+
@Ignore("Triaging flaky test")
5961
public class DataStreamToSpannerWideRowForMaxColumnsPerTablesIT extends DataStreamToSpannerITBase {
6062

6163
private static final Integer NUM_EVENTS = 1;

v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToSpannerWideRowForMaxTableNameIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.jetbrains.annotations.NotNull;
4848
import org.junit.After;
4949
import org.junit.Before;
50+
import org.junit.Ignore;
5051
import org.junit.Test;
5152
import org.junit.experimental.categories.Category;
5253
import org.junit.runner.RunWith;
@@ -56,6 +57,7 @@
5657
@Category({TemplateIntegrationTest.class, SkipDirectRunnerTest.class})
5758
@TemplateIntegrationTest(DataStreamToSpanner.class)
5859
@RunWith(JUnit4.class)
60+
@Ignore("Triaging flaky test")
5961
public class DataStreamToSpannerWideRowForMaxTableNameIT extends DataStreamToSpannerITBase {
6062

6163
private static final Integer NUM_EVENTS = 1;

v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToSpannerWideRowForMaxTableNameWithMaxColumnNameIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.jetbrains.annotations.NotNull;
4848
import org.junit.After;
4949
import org.junit.Before;
50+
import org.junit.Ignore;
5051
import org.junit.Test;
5152
import org.junit.experimental.categories.Category;
5253
import org.junit.runner.RunWith;
@@ -56,6 +57,7 @@
5657
@Category({TemplateIntegrationTest.class, SkipDirectRunnerTest.class})
5758
@TemplateIntegrationTest(DataStreamToSpanner.class)
5859
@RunWith(JUnit4.class)
60+
@Ignore("Triaging flaky test")
5961
public class DataStreamToSpannerWideRowForMaxTableNameWithMaxColumnNameIT
6062
extends DataStreamToSpannerITBase {
6163

0 commit comments

Comments
 (0)