Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D1B7E200CDD for ; Mon, 7 Aug 2017 23:43:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D08FE166301; Mon, 7 Aug 2017 21:43:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 47D421662FC for ; Mon, 7 Aug 2017 23:43:00 +0200 (CEST) Received: (qmail 98149 invoked by uid 500); 7 Aug 2017 21:42:59 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 98129 invoked by uid 99); 7 Aug 2017 21:42:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2017 21:42:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9884F327A; Mon, 7 Aug 2017 21:42:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tgroh@apache.org To: commits@beam.apache.org Date: Mon, 07 Aug 2017 21:42:58 -0000 Message-Id: In-Reply-To: <531dc797edcf4a2385ae34385a698ffd@git.apache.org> References: <531dc797edcf4a2385ae34385a698ffd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] beam git commit: Suppress Attempted Metrics tests in Dataflow Batch archived-at: Mon, 07 Aug 2017 21:43:01 -0000 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 Authored: Mon Aug 7 09:27:46 2017 -0700 Committer: Thomas Groh 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 @@ --> 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,