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/09/28 22:30:34 UTC

[1/2] incubator-beam git commit: Suppress Flatten Tests in Dataflow

Repository: incubator-beam
Updated Branches:
  refs/heads/master 759b6cada -> efb2b83ff


Suppress Flatten Tests in Dataflow


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

Branch: refs/heads/master
Commit: b1519b0b44732b8d5600fd4657b1ef295b1bce53
Parents: 759b6ca
Author: Thomas Groh <tg...@google.com>
Authored: Wed Sep 28 13:39:04 2016 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Wed Sep 28 13:39:04 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/b1519b0b/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 acf6cce..bf4d93d 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -60,6 +60,16 @@
             <beamUseDummyRunner>true</beamUseDummyRunner>
           </systemPropertyVariables>
         </configuration>
+        <executions>
+          <execution>
+            <id>runnable-on-service-tests</id>
+            <configuration>
+              <excludes>
+                <exclude>org.apache.beam.sdk.transforms.FlattenTest</exclude>
+              </excludes>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
 
       <!-- Run CheckStyle pass on transforms, as they are release in


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

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


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

Branch: refs/heads/master
Commit: efb2b83ffd3f37e615c93515982827a4ba3eb4cc
Parents: 759b6ca b1519b0
Author: Dan Halperin <dh...@google.com>
Authored: Wed Sep 28 15:30:21 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Sep 28 15:30:21 2016 -0700

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