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

ibzib 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 2d7c4a8  [BEAM-12625] Annotate 
testTwoTimersSettingEachOtherWithCreateAsInputUnbounded.
     new b8e390a  Merge pull request #15205 from ibzib/BEAM-12625
2d7c4a8 is described below

commit 2d7c4a88590658e99c7ca4ae103ecbba3e078f85
Author: Kyle Weaver <kcwea...@google.com>
AuthorDate: Thu Jul 22 11:00:05 2021 -0700

    [BEAM-12625] Annotate 
testTwoTimersSettingEachOtherWithCreateAsInputUnbounded.
---
 .../src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java    | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java 
b/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java
index a620cdf..50ab860 100644
--- a/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java
+++ b/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java
@@ -4522,7 +4522,12 @@ public class ParDoTest implements Serializable {
     //    }
 
     @Test
-    @Category({ValidatesRunner.class, UsesTimersInParDo.class, 
UsesStrictTimerOrdering.class})
+    @Category({
+      ValidatesRunner.class,
+      UsesTimersInParDo.class,
+      UsesStrictTimerOrdering.class,
+      UsesUnboundedPCollections.class
+    })
     public void testTwoTimersSettingEachOtherWithCreateAsInputUnbounded() {
       testTwoTimersSettingEachOtherWithCreateAsInput(IsBounded.UNBOUNDED);
     }

Reply via email to