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 2603C200C7F for ; Wed, 10 May 2017 05:09:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24A1A160BCB; Wed, 10 May 2017 03:09:31 +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 6B84E160BC3 for ; Wed, 10 May 2017 05:09:30 +0200 (CEST) Received: (qmail 85710 invoked by uid 500); 10 May 2017 03:09:29 -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 85681 invoked by uid 99); 10 May 2017 03:09:29 -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; Wed, 10 May 2017 03:09:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 441D4E0FE7; Wed, 10 May 2017 03:09:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: altay@apache.org To: commits@beam.apache.org Date: Wed, 10 May 2017 03:09:31 -0000 Message-Id: In-Reply-To: <020a5fcb83b54617ad32bf4cd7707525@git.apache.org> References: <020a5fcb83b54617ad32bf4cd7707525@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] beam git commit: This closes #3031 archived-at: Wed, 10 May 2017 03:09:31 -0000 This closes #3031 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0cc8b9ed Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0cc8b9ed Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/0cc8b9ed Branch: refs/heads/release-2.0.0 Commit: 0cc8b9ed7f9e0af27a5801e5fd2a6cffd4049afe Parents: aa8c9d1 2ecebd2 Author: Ahmet Altay Authored: Tue May 9 20:09:17 2017 -0700 Committer: Ahmet Altay Committed: Tue May 9 20:09:17 2017 -0700 ---------------------------------------------------------------------- .../apache_beam/coders/standard_coders_test.py | 2 +- .../examples/complete/autocomplete_test.py | 2 +- .../examples/complete/estimate_pi_test.py | 2 +- .../complete/game/hourly_team_score_test.py | 2 +- .../examples/complete/game/user_score_test.py | 2 +- .../apache_beam/examples/complete/tfidf_test.py | 2 +- .../complete/top_wikipedia_sessions_test.py | 2 +- .../cookbook/bigquery_side_input_test.py | 2 +- .../cookbook/bigquery_tornadoes_it_test.py | 4 +- .../cookbook/bigquery_tornadoes_test.py | 2 +- .../examples/cookbook/coders_test.py | 2 +- .../examples/cookbook/combiners_test.py | 2 +- .../examples/cookbook/custom_ptransform_test.py | 2 +- .../examples/cookbook/filters_test.py | 2 +- .../apache_beam/examples/snippets/snippets.py | 2 +- .../examples/snippets/snippets_test.py | 2 +- .../apache_beam/examples/wordcount_it_test.py | 6 +- sdks/python/apache_beam/io/avroio_test.py | 2 +- .../python/apache_beam/io/concat_source_test.py | 2 +- .../apache_beam/io/filebasedsource_test.py | 6 +- sdks/python/apache_beam/io/fileio_test.py | 2 +- .../io/gcp/datastore/v1/helper_test.py | 2 +- .../io/gcp/tests/bigquery_matcher.py | 2 +- .../io/gcp/tests/bigquery_matcher_test.py | 2 +- sdks/python/apache_beam/io/sources_test.py | 2 +- sdks/python/apache_beam/io/textio_test.py | 2 +- sdks/python/apache_beam/io/tfrecordio_test.py | 2 +- sdks/python/apache_beam/pipeline_test.py | 2 +- sdks/python/apache_beam/pvalue_test.py | 2 +- .../runners/dataflow/dataflow_runner_test.py | 4 +- sdks/python/apache_beam/test_pipeline.py | 163 --------------- sdks/python/apache_beam/test_pipeline_test.py | 112 ----------- sdks/python/apache_beam/testing/__init__.py | 16 ++ .../apache_beam/testing/data/privatekey.p12 | Bin 0 -> 2452 bytes .../testing/data/standard_coders.yaml | 196 +++++++++++++++++++ .../apache_beam/testing/pipeline_verifiers.py | 146 ++++++++++++++ .../testing/pipeline_verifiers_test.py | 148 ++++++++++++++ .../python/apache_beam/testing/test_pipeline.py | 163 +++++++++++++++ .../apache_beam/testing/test_pipeline_test.py | 112 +++++++++++ sdks/python/apache_beam/testing/test_stream.py | 163 +++++++++++++++ .../apache_beam/testing/test_stream_test.py | 83 ++++++++ sdks/python/apache_beam/testing/test_utils.py | 69 +++++++ sdks/python/apache_beam/tests/__init__.py | 16 -- .../apache_beam/tests/data/privatekey.p12 | Bin 2452 -> 0 bytes .../apache_beam/tests/data/standard_coders.yaml | 196 ------------------- .../apache_beam/tests/pipeline_verifiers.py | 146 -------------- .../tests/pipeline_verifiers_test.py | 148 -------------- sdks/python/apache_beam/tests/test_utils.py | 69 ------- .../apache_beam/transforms/combiners_test.py | 2 +- .../apache_beam/transforms/create_test.py | 2 +- .../apache_beam/transforms/ptransform_test.py | 2 +- .../apache_beam/transforms/sideinputs_test.py | 2 +- .../apache_beam/transforms/trigger_test.py | 2 +- sdks/python/apache_beam/transforms/util_test.py | 2 +- .../apache_beam/transforms/window_test.py | 2 +- .../transforms/write_ptransform_test.py | 2 +- .../typehints/typed_pipeline_test.py | 4 +- sdks/python/apache_beam/utils/test_stream.py | 163 --------------- .../apache_beam/utils/test_stream_test.py | 83 -------- sdks/python/setup.py | 2 +- 60 files changed, 1143 insertions(+), 1143 deletions(-) ----------------------------------------------------------------------