This is an automated email from the ASF dual-hosted git repository.
emilyye 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 f2f1bdf Exclude UsesOnWindowExpiration by category from Dataflow v2
streaming (#16346)
f2f1bdf is described below
commit f2f1bdf624ca06d372f6ec227d9ff6637f11baf3
Author: emily <[email protected]>
AuthorDate: Tue Dec 28 10:13:26 2021 -0800
Exclude UsesOnWindowExpiration by category from Dataflow v2 streaming
(#16346)
---
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 bec6de6..0387fe2 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -423,6 +423,7 @@ task validatesRunnerV2Streaming {
'org.apache.beam.sdk.testing.UsesCommittedMetrics',
'org.apache.beam.sdk.testing.UsesStrictTimerOrdering' /* BEAM-8543 */,
'org.apache.beam.sdk.testing.UsesTestStream',
+ 'org.apache.beam.sdk.testing.UsesOnWindowExpiration',
],
excludedTests: [
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindows',
@@ -436,11 +437,6 @@ task validatesRunnerV2Streaming {
'org.apache.beam.sdk.extensions.sql.BeamSqlDslAggregationTest.testTriggeredTumble',
'org.apache.beam.sdk.transforms.ReshuffleTest.testReshuffleWithTimestampsStreaming',
-
'org.apache.beam.sdk.transforms.ParDoTest$OnWindowExpirationTests.testOnWindowExpirationSimpleBounded',
-
'org.apache.beam.sdk.transforms.ParDoTest$OnWindowExpirationTests.testOnWindowExpirationSimpleBoundedGlobal',
-
'org.apache.beam.sdk.transforms.ParDoTest$OnWindowExpirationTests.testOnWindowExpirationSimpleUnbounded',
-
'org.apache.beam.sdk.transforms.ParDoTest$OnWindowExpirationTests.testOnWindowExpirationSimpleUnboundedGlobal',
-
// TODO(BEAM-11858) reading a side input twice fails
'org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests.testSameSideInputReadTwice',
'org.apache.beam.sdk.transforms.CombineFnsTest.testComposedCombineWithContext',