You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2017/04/05 19:01:22 UTC

[1/2] beam git commit: Exclude UsesTestStream Tests for more builds

Repository: beam
Updated Branches:
  refs/heads/master 3126df2b0 -> 6edf2be2d


Exclude UsesTestStream Tests for more builds

Suppresses in flink batch, apex, and spark batch


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/25cc480c
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/25cc480c
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/25cc480c

Branch: refs/heads/master
Commit: 25cc480c2f9cf3b3e73cbfe371c4f09018c184b1
Parents: 3126df2
Author: Thomas Groh <tg...@google.com>
Authored: Wed Apr 5 11:56:22 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Wed Apr 5 11:59:31 2017 -0700

----------------------------------------------------------------------
 runners/apex/pom.xml         | 3 ++-
 runners/flink/runner/pom.xml | 3 ++-
 runners/spark/pom.xml        | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/25cc480c/runners/apex/pom.xml
----------------------------------------------------------------------
diff --git a/runners/apex/pom.xml b/runners/apex/pom.xml
index 20253c2..40fc93c 100644
--- a/runners/apex/pom.xml
+++ b/runners/apex/pom.xml
@@ -213,7 +213,8 @@
                 org.apache.beam.sdk.testing.UsesTimersInParDo,
                 org.apache.beam.sdk.testing.UsesSplittableParDo,
                 org.apache.beam.sdk.testing.UsesAttemptedMetrics,
-                org.apache.beam.sdk.testing.UsesCommittedMetrics
+                org.apache.beam.sdk.testing.UsesCommittedMetrics,
+                org.apache.beam.sdk.testing.UsesTestStream
               </excludedGroups>
               <parallel>none</parallel>
               <failIfNoTests>true</failIfNoTests>

http://git-wip-us.apache.org/repos/asf/beam/blob/25cc480c/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index f26aeb0..70cd246 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -57,7 +57,8 @@
                     org.apache.beam.sdk.testing.FlattenWithHeterogeneousCoders,
                     org.apache.beam.sdk.testing.UsesSplittableParDo,
                     org.apache.beam.sdk.testing.UsesAttemptedMetrics,
-                    org.apache.beam.sdk.testing.UsesCommittedMetrics
+                    org.apache.beam.sdk.testing.UsesCommittedMetrics,
+                    org.apache.beam.sdk.testing.UsesTestStream
                   </excludedGroups>
                   <parallel>none</parallel>
                   <failIfNoTests>true</failIfNoTests>

http://git-wip-us.apache.org/repos/asf/beam/blob/25cc480c/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index dd174bf..514cb43 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -80,7 +80,8 @@
                     org.apache.beam.sdk.testing.UsesStatefulParDo,
                     org.apache.beam.sdk.testing.UsesTimersInParDo,
                     org.apache.beam.sdk.testing.UsesSplittableParDo,
-                    org.apache.beam.sdk.testing.UsesCommittedMetrics
+                    org.apache.beam.sdk.testing.UsesCommittedMetrics,
+                    org.apache.beam.sdk.testing.UsesTestStream
                   </excludedGroups>
                   <parallel>none</parallel>
                   <forkCount>1</forkCount>


[2/2] beam git commit: This closes #2438

Posted by tg...@apache.org.
This closes #2438


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6edf2be2
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/6edf2be2
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/6edf2be2

Branch: refs/heads/master
Commit: 6edf2be2d208a410743dd7177ba011172c34af9a
Parents: 3126df2 25cc480
Author: Thomas Groh <tg...@google.com>
Authored: Wed Apr 5 12:00:46 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Wed Apr 5 12:00:49 2017 -0700

----------------------------------------------------------------------
 runners/apex/pom.xml         | 3 ++-
 runners/flink/runner/pom.xml | 3 ++-
 runners/spark/pom.xml        | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------