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

boyuanz 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 0b7904e  Fix typos for excluding 
testMergingCustomWindowsWithoutCustomWindowTypes
     new 527be6e  Merge pull request #14130 from Fix typos for excluding 
testMergingCustomWindowsWithoutCustomWindowTypes
0b7904e is described below

commit 0b7904ef8e4f59a1d82f4390183bd861e850c039
Author: Yichi Zhang <zyi...@google.com>
AuthorDate: Tue Mar 2 12:31:05 2021 -0800

    Fix typos for excluding testMergingCustomWindowsWithoutCustomWindowTypes
---
 runners/google-cloud-dataflow-java/build.gradle | 4 ++--
 runners/portability/java/build.gradle           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/runners/google-cloud-dataflow-java/build.gradle 
b/runners/google-cloud-dataflow-java/build.gradle
index 8577194..d8fe8ff 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -367,7 +367,7 @@ task validatesRunnerV2 {
       
'org.apache.beam.sdk.transforms.windowing.WindowingTest.testNonPartitioningWindowing',
       
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsKeyedCollection',
       
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindows',
-      
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsWitoutCustomWindowTypes',
+      
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsWithoutCustomWindowTypes',
 
       
'org.apache.beam.sdk.transforms.ReshuffleTest.testReshuffleWithTimestampsStreaming',
 
@@ -418,7 +418,7 @@ task validatesRunnerV2Streaming {
       
'org.apache.beam.sdk.transforms.ParDoTest$TimerTests.testEventTimeTimerAlignBounded',
       
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindows',
       
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsKeyedCollection',
-      
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsWithougCustomWindowTypes',
+      
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsWithoutCustomWindowTypes',
       
'org.apache.beam.examples.complete.TopWikipediaSessionsTest.testComputeTopUsers',
       
'org.apache.beam.sdk.transforms.windowing.WindowingTest.testNonPartitioningWindowing',
 
diff --git a/runners/portability/java/build.gradle 
b/runners/portability/java/build.gradle
index 0f94e42..fd2d8c0 100644
--- a/runners/portability/java/build.gradle
+++ b/runners/portability/java/build.gradle
@@ -175,7 +175,7 @@ def createUlrValidatesRunnerTask = { name, environmentType, 
dockerImageTask = ""
       // https://issues.apache.org/jira/browse/BEAM-10448
       excludeTestsMatching 
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindows'
       excludeTestsMatching 
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsKeyedCollection'
-      excludeTestsMatching 
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsWitoutCustomWindowTypes'
+      excludeTestsMatching 
'org.apache.beam.sdk.transforms.windowing.WindowTest.testMergingCustomWindowsWithoutCustomWindowTypes'
       excludeTestsMatching 
'org.apache.beam.sdk.transforms.windowing.WindowingTest.testMergingWindowing'
       excludeTestsMatching 
'org.apache.beam.sdk.transforms.windowing.WindowingTest.testNonPartitioningWindowing'
       excludeTestsMatching 
'org.apache.beam.sdk.transforms.GroupByKeyTest$WindowTests.testGroupByKeyMergingWindows'

Reply via email to