You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/03/23 17:12:33 UTC

[beam] branch master updated: [BEAM-14151] Excluding Spanner CDC tests from Dataflow V1 suite

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ea624ef  [BEAM-14151] Excluding Spanner CDC tests from Dataflow V1 suite
     new 9cadeca  Merge pull request #17156 from [BEAM-14151] Excluding Spanner CDC tests from Dataflow V1 suite
ea624ef is described below

commit ea624ef491069f195c403542536ed7e54b7eac57
Author: Pablo Estrada <pa...@apache.org>
AuthorDate: Tue Mar 22 14:01:25 2022 -0700

    [BEAM-14151] Excluding Spanner CDC tests from Dataflow V1 suite
---
 runners/google-cloud-dataflow-java/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index dc1ce20..558faa8 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -602,6 +602,8 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type: Test, dependsOn: copyG
   exclude '**/SpannerChangeStreamIT.class'
   exclude '**/SpannerChangeStreamOrderedWithinKeyIT.class'
   exclude '**/SpannerChangeStreamOrderedWithinKeyGloballyIT.class'
+  exclude '**/SpannerChangeStreamOrderedByTimestampAndTransactionIdIT.class'
+  exclude '**/SpannerChangeStreamTransactionBoundariesIT.class'
   maxParallelForks 4
   classpath = configurations.googleCloudPlatformIntegrationTest
   testClassesDirs = files(project(":sdks:java:io:google-cloud-platform").sourceSets.test.output.classesDirs)