You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/05/10 01:17:08 UTC

[3/3] beam git commit: This closes #3017

This closes #3017


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

Branch: refs/heads/master
Commit: e2be6961d07f1c7efe73dbc00280c8e5c9c94dfa
Parents: 78a4b8e c028349
Author: Ahmet Altay <al...@google.com>
Authored: Tue May 9 18:14:57 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Tue May 9 18:14:57 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(-)
----------------------------------------------------------------------