You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2019/11/13 17:36:15 UTC

[beam] branch master updated: [BEAM-8622] Exclude UsesStrictTimerOrdering PVR tests for Spark

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 9783072  [BEAM-8622] Exclude UsesStrictTimerOrdering PVR tests for Spark
     new da9efcd  Merge pull request #10083 from mxm/BEAM-8622
9783072 is described below

commit 97830723fec7fb2be253bdfcbd99e47da7c0687b
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Wed Nov 13 11:50:40 2019 +0100

    [BEAM-8622] Exclude UsesStrictTimerOrdering PVR tests for Spark
---
 runners/spark/job-server/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/runners/spark/job-server/build.gradle b/runners/spark/job-server/build.gradle
index 2b27a88..6fb7581 100644
--- a/runners/spark/job-server/build.gradle
+++ b/runners/spark/job-server/build.gradle
@@ -114,6 +114,7 @@ def portableValidatesRunnerTask(String name) {
       excludeCategories 'org.apache.beam.sdk.testing.UsesBoundedSplittableParDo'
       excludeCategories 'org.apache.beam.sdk.testing.UsesSplittableParDoWithWindowedSideInputs'
       excludeCategories 'org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo'
+      excludeCategories 'org.apache.beam.sdk.testing.UsesStrictTimerOrdering'
     },
   )
 }