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

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


    from 50fcf55  Merge pull request #14639: [BEAM-10277][BEAM-12198] Populate 
encoding positions to all matching schemas
     add 1a5f90e  Revert "[BEAM-3713] Moving integration tests from nose to 
pytest (#14481)"
     new 87e1164  Merge pull request #14676: Revert "[BEAM-3713] Moving 
integration tests from nose to pytest (#14481)"

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:
 .test-infra/jenkins/job_PostCommit_Python.groovy   |  2 +-
 ...ommit_Python_ValidatesContainer_Dataflow.groovy |  2 +-
 ...stCommit_Python_ValidatesRunner_Dataflow.groovy |  2 +-
 ...ommit_Python_ValidatesRunner_Dataflow_V2.groovy |  2 +-
 ..._PostCommit_Python_ValidatesRunner_Flink.groovy |  4 --
 .../examples/complete/autocomplete_test.py         |  4 +-
 .../examples/complete/game/game_stats_it_test.py   |  6 +-
 .../complete/game/hourly_team_score_it_test.py     |  6 +-
 .../examples/complete/game/leader_board_it_test.py |  6 +-
 .../examples/complete/game/user_score_it_test.py   |  6 +-
 .../complete/juliaset/juliaset/juliaset_test_it.py |  4 +-
 .../cookbook/bigquery_tornadoes_it_test.py         |  4 +-
 .../cookbook/datastore_wordcount_it_test.py        |  4 +-
 .../apache_beam/examples/fastavro_it_test.py       |  8 +--
 .../streaming_wordcount_debugging_it_test.py       |  4 +-
 .../examples/streaming_wordcount_it_test.py        |  4 +-
 .../apache_beam/examples/wordcount_it_test.py      | 11 ++--
 sdks/python/apache_beam/io/fileio_test.py          |  4 +-
 .../io/gcp/big_query_query_to_table_it_test.py     | 14 ++--
 .../apache_beam/io/gcp/bigquery_file_loads_test.py |  8 +--
 .../apache_beam/io/gcp/bigquery_io_read_it_test.py |  6 +-
 .../apache_beam/io/gcp/bigquery_read_it_test.py    | 12 ++--
 sdks/python/apache_beam/io/gcp/bigquery_test.py    | 12 ++--
 .../apache_beam/io/gcp/bigquery_write_it_test.py   | 12 ++--
 .../gcp/datastore/v1new/datastore_write_it_test.py |  4 +-
 .../apache_beam/io/gcp/dicomio_integration_test.py |  6 +-
 .../io/gcp/experimental/spannerio_read_it_test.py  |  6 +-
 .../io/gcp/experimental/spannerio_write_it_test.py |  8 +--
 .../apache_beam/io/gcp/gcsio_integration_test.py   | 14 ++--
 .../apache_beam/io/gcp/pubsub_integration_test.py  |  6 +-
 sdks/python/apache_beam/io/parquetio_it_test.py    |  4 +-
 sdks/python/apache_beam/metrics/metric_test.py     |  4 +-
 .../python/apache_beam/ml/gcp/cloud_dlp_it_test.py |  6 +-
 .../ml/gcp/naturallanguageml_test_it.py            |  4 +-
 .../ml/gcp/videointelligenceml_test_it.py          |  4 +-
 sdks/python/apache_beam/ml/gcp/visionml_test_it.py |  4 +-
 sdks/python/apache_beam/pipeline_test.py           |  9 +--
 .../dataflow_exercise_metrics_pipeline_test.py     |  7 +-
 ...low_exercise_streaming_metrics_pipeline_test.py |  6 +-
 .../portability/fn_api_runner/fn_runner_test.py    |  4 +-
 .../portability/fn_api_runner/translations_test.py |  6 +-
 sdks/python/apache_beam/testing/test_pipeline.py   | 13 ++--
 .../apache_beam/testing/test_stream_it_test.py     |  8 +--
 .../transforms/combinefn_lifecycle_test.py         |  4 +-
 .../apache_beam/transforms/dofn_lifecycle_test.py  |  4 +-
 .../apache_beam/transforms/external_it_test.py     |  4 +-
 .../apache_beam/transforms/ptransform_test.py      | 26 ++++----
 .../apache_beam/transforms/sideinputs_test.py      | 29 ++++-----
 sdks/python/apache_beam/transforms/util_test.py    |  4 +-
 sdks/python/conftest.py                            |  7 --
 sdks/python/container/run_validatescontainer.sh    | 17 ++---
 sdks/python/pytest.ini                             |  5 --
 sdks/python/scripts/run_integration_test.sh        | 39 +++--------
 sdks/python/test-suites/dataflow/common.gradle     | 52 +++++++--------
 sdks/python/test-suites/direct/common.gradle       | 76 ++++++++++------------
 sdks/python/test-suites/portable/common.gradle     | 19 +++---
 56 files changed, 246 insertions(+), 310 deletions(-)

Reply via email to