You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/11/28 23:14:11 UTC

[1/2] incubator-beam git commit: Ignore UsesStatefulParDo Tests in Flink Streaming Runner

Repository: incubator-beam
Updated Branches:
  refs/heads/master d5aeee9c1 -> 060928257


Ignore UsesStatefulParDo Tests in Flink Streaming Runner


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

Branch: refs/heads/master
Commit: fff577610d929e713d42bfb2a4e8428727ee7206
Parents: d5aeee9
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Mon Nov 28 23:33:17 2016 +0100
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Mon Nov 28 23:33:17 2016 +0100

----------------------------------------------------------------------
 runners/flink/runner/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/fff57761/runners/flink/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml
index c060c25..18bf6a7 100644
--- a/runners/flink/runner/pom.xml
+++ b/runners/flink/runner/pom.xml
@@ -79,6 +79,7 @@
                 </goals>
                 <configuration>
                   <groups>org.apache.beam.sdk.testing.RunnableOnService</groups>
+                  <excludedGroups>org.apache.beam.sdk.testing.UsesStatefulParDo</excludedGroups>
                   <parallel>none</parallel>
                   <failIfNoTests>true</failIfNoTests>
                   <dependenciesToScan>


[2/2] incubator-beam git commit: This closes #1446

Posted by ke...@apache.org.
This closes #1446


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

Branch: refs/heads/master
Commit: 060928257e809d96fea497c831309040da6fd7c8
Parents: d5aeee9 fff5776
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Nov 28 15:13:57 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Nov 28 15:13:57 2016 -0800

----------------------------------------------------------------------
 runners/flink/runner/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------