You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/08/15 23:25:40 UTC

[1/2] incubator-beam git commit: Exclude ParDoTest from Dataflow @RunnableOnService

Repository: incubator-beam
Updated Branches:
  refs/heads/master 7c680079b -> ab104a16c


Exclude ParDoTest from Dataflow @RunnableOnService

Until we implement it for Dataflow 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/23a229eb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/23a229eb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/23a229eb

Branch: refs/heads/master
Commit: 23a229ebfc33734319df80a4085470932f851ce8
Parents: 7c68007
Author: Daniel Halperin <dh...@users.noreply.github.com>
Authored: Mon Aug 15 15:21:15 2016 -0700
Committer: GitHub <no...@github.com>
Committed: Mon Aug 15 15:21:15 2016 -0700

----------------------------------------------------------------------
 runners/google-cloud-dataflow-java/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/23a229eb/runners/google-cloud-dataflow-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml
index c32e184..d130281 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -66,6 +66,7 @@
             <configuration>
               <excludes>
                 <exclude>org/apache/beam/sdk/transforms/ParDoLifecycleTest.java</exclude>
+                <exclude>org/apache/beam/sdk/transforms/ParDoTest.java</exclude>
               </excludes>
             </configuration>
           </execution>


[2/2] incubator-beam git commit: Closes #831

Posted by dh...@apache.org.
Closes #831


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

Branch: refs/heads/master
Commit: ab104a16cd1221dde0ed0716a7a4de99fed8565b
Parents: 7c68007 23a229e
Author: Dan Halperin <dh...@google.com>
Authored: Mon Aug 15 16:25:36 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Aug 15 16:25:36 2016 -0700

----------------------------------------------------------------------
 runners/google-cloud-dataflow-java/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------