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 2018/10/08 21:51:33 UTC

[beam] branch master updated (bd84b4b -> 9c8d3cd)

This is an automated email from the ASF dual-hosted git repository.

altay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from bd84b4b  Merge pull request #6603 from terrytangyuan/patch-1
     add ee5c965  rename assertItemsEqual to assertCounEqual for PY3 compatibility
     new 9c8d3cd  Merge pull request #6599 from Fematich/assertItemsEqual

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache_beam/examples/snippets/snippets_test.py | 11 ++++++--
 sdks/python/apache_beam/io/avroio_test.py          |  9 ++++++-
 sdks/python/apache_beam/io/filebasedsink_test.py   | 11 ++++++--
 sdks/python/apache_beam/io/filebasedsource_test.py | 19 +++++++++-----
 .../io/gcp/tests/pubsub_matcher_test.py            |  9 ++++++-
 .../python/apache_beam/io/hadoopfilesystem_test.py | 13 +++++++---
 sdks/python/apache_beam/io/localfilesystem_test.py | 11 ++++++--
 .../apache_beam/io/source_test_utils_test.py       |  9 ++++++-
 sdks/python/apache_beam/io/sources_test.py         |  9 ++++++-
 sdks/python/apache_beam/io/textio_test.py          | 29 ++++++++++++++++------
 .../apache_beam/transforms/ptransform_test.py      | 13 +++++++---
 11 files changed, 113 insertions(+), 30 deletions(-)


[beam] 01/01: Merge pull request #6599 from Fematich/assertItemsEqual

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 9c8d3cda9651741e4c622ab06fa0472ca4852423
Merge: bd84b4b ee5c965
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Mon Oct 8 14:51:27 2018 -0700

    Merge pull request #6599 from Fematich/assertItemsEqual
    
    [BEAM-5620] rename assertItemsEqual to assertCountEqual for PY3 compatibility

 .../apache_beam/examples/snippets/snippets_test.py | 11 ++++++--
 sdks/python/apache_beam/io/avroio_test.py          |  9 ++++++-
 sdks/python/apache_beam/io/filebasedsink_test.py   | 11 ++++++--
 sdks/python/apache_beam/io/filebasedsource_test.py | 19 +++++++++-----
 .../io/gcp/tests/pubsub_matcher_test.py            |  9 ++++++-
 .../python/apache_beam/io/hadoopfilesystem_test.py | 13 +++++++---
 sdks/python/apache_beam/io/localfilesystem_test.py | 11 ++++++--
 .../apache_beam/io/source_test_utils_test.py       |  9 ++++++-
 sdks/python/apache_beam/io/sources_test.py         |  9 ++++++-
 sdks/python/apache_beam/io/textio_test.py          | 29 ++++++++++++++++------
 .../apache_beam/transforms/ptransform_test.py      | 13 +++++++---
 11 files changed, 113 insertions(+), 30 deletions(-)