This is an automated email from the ASF dual-hosted git repository.
yhu 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 f61c3fd32c2 Exclude changestream integration test on
DataflowLegacyWorker (#25239)
f61c3fd32c2 is described below
commit f61c3fd32c2ed8f17f92c0d69cb01b5bb42817cc
Author: Yi Hu <[email protected]>
AuthorDate: Wed Feb 1 12:30:05 2023 -0500
Exclude changestream integration test on DataflowLegacyWorker (#25239)
* SpannerChangeStreamPostgresIT has been causing
beam_PostCommit_Java_DataflowV1
timing out since it was enabled
---
runners/google-cloud-dataflow-java/build.gradle | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/runners/google-cloud-dataflow-java/build.gradle
b/runners/google-cloud-dataflow-java/build.gradle
index 2953e87135b..bf200310398 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -556,11 +556,7 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type:
Test, dependsOn: copyG
exclude '**/BigQueryIOStorageReadTableRowIT.class'
exclude '**/PubsubReadIT.class'
exclude '**/FhirIOReadIT.class'
- exclude '**/SpannerChangeStreamIT.class'
- exclude '**/SpannerChangeStreamOrderedWithinKeyIT.class'
- exclude '**/SpannerChangeStreamOrderedWithinKeyGloballyIT.class'
- exclude '**/SpannerChangeStreamOrderedByTimestampAndTransactionIdIT.class'
- exclude '**/SpannerChangeStreamTransactionBoundariesIT.class'
+ exclude '**/gcp/spanner/changestreams/it/*.class'
maxParallelForks 4
classpath = configurations.googleCloudPlatformIntegrationTest
testClassesDirs =
files(project(":sdks:java:io:google-cloud-platform").sourceSets.test.output.classesDirs)