This is an automated email from the ASF dual-hosted git repository.
damccorm 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 ef581e7ad44 Sickbay autosharding test on Dataflow V2 (#25677)
ef581e7ad44 is described below
commit ef581e7ad44e7405a3ab15e2cafac0fb13a8c936
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Mar 2 09:13:12 2023 -0500
Sickbay autosharding test on Dataflow V2 (#25677)
---
runners/google-cloud-dataflow-java/build.gradle | 3 +++
1 file changed, 3 insertions(+)
diff --git a/runners/google-cloud-dataflow-java/build.gradle
b/runners/google-cloud-dataflow-java/build.gradle
index f7f4c32364c..0c2cae45fbd 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -531,6 +531,9 @@ task validatesRunnerV2Streaming {
'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testOnWindowTimestampSkew',
// TODO(https://github.com/apache/beam/issues/21472)
'org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState',
+ // TODO(https://github.com/apache/beam/issues/22592)
+ // Reenable once UW supports autosharding
+
'org.apache.beam.sdk.transforms.GroupIntoBatchesTest.testWithShardedKeyInGlobalWindow',
]
))
}