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/08/07 21:42:57 UTC

[1/2] beam git commit: This closes #3695

Repository: beam
Updated Branches:
  refs/heads/master aadbe36ff -> 978198342


This closes #3695


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

Branch: refs/heads/master
Commit: 97819834294eede3668c08d0627a32f01e06cf2e
Parents: aadbe36 545946a
Author: Thomas Groh <tg...@google.com>
Authored: Mon Aug 7 14:42:29 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Mon Aug 7 14:42:29 2017 -0700

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



[2/2] beam git commit: Suppress Attempted Metrics tests in Dataflow Batch

Posted by tg...@apache.org.
Suppress Attempted Metrics tests in Dataflow Batch

Batch does not support attempted metrics, only committed and tentative.


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

Branch: refs/heads/master
Commit: 545946a97366cfb91069ee2bd4a3cf0f06e0b266
Parents: aadbe36
Author: Thomas Groh <tg...@google.com>
Authored: Mon Aug 7 09:27:46 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Mon Aug 7 14:42:29 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/545946a9/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 1181b79..46352fb 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -245,6 +245,7 @@
               -->
               <excludedGroups>
                 org.apache.beam.sdk.testing.LargeKeys$Above10MB,
+                org.apache.beam.sdk.testing.UsesAttemptedMetrics,
                 org.apache.beam.sdk.testing.UsesDistributionMetrics,
                 org.apache.beam.sdk.testing.UsesGaugeMetrics,
                 org.apache.beam.sdk.testing.UsesSetState,