This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from f8fbbfa (commit)
to 205fbb1 (commit)
from f8fbbfa [BEAM-12661] Fix stuck GetData Windmill calls (#15224)
add 50c4100 [BEAM-12513] Add Go to 5. pipeline io. (#15225)
add bac956a [BEAM-12589] - exclude UsesStrictTimerOrdering from Dataflow
ValidatesRunner tests.
add 0e12dd0 Merge pull request #15184: [BEAM-12589] - exclude
testTwoTimersSettingEachOtherWithCreateAsInput…
add 69822e4 [BEAM-7195] BQ BatchLoads doesn't always create new tables
(#14238)
add e4abe0d [BEAM-12368] Updated doc nav to match wireframe (#15229)
add a1abdf1 [BEAM-3713] Move PostCommit_Python from nosetest to pytest
(#14859)
add 205fbb1 [BEAM-12653] Fix container cleanup for Java Dataflow tests
(#15213)
No new revisions were added by this update.
Summary of changes:
.test-infra/jenkins/job_PostCommit_Python.groovy | 2 +-
runners/google-cloud-dataflow-java/build.gradle | 8 +-
.../scripts/cleanup_untagged_gcr_images.sh | 25 +-
.../beam/sdk/io/gcp/bigquery/BatchLoads.java | 67 +--
.../io/gcp/bigquery/BigQueryResourceNaming.java | 1 +
.../beam/sdk/io/gcp/bigquery/WritePartition.java | 58 ++-
.../beam/sdk/io/gcp/bigquery/WriteRename.java | 34 +-
.../beam/sdk/io/gcp/bigquery/WriteTables.java | 87 +++-
.../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java | 60 ++-
.../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 +-
.../examples/dataframe/flight_delays_it_test.py | 4 +-
.../examples/dataframe/taxiride_it_test.py | 6 +-
.../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 | 8 +-
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 | 19 +-
.../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 +-
.../python/apache_beam/ml/gcp/cloud_dlp_it_test.py | 6 +-
.../ml/gcp/naturallanguageml_test_it.py | 4 +-
.../ml/gcp/recommendations_ai_test_it.py | 4 +-
.../ml/gcp/videointelligenceml_test_it.py | 4 +-
sdks/python/apache_beam/ml/gcp/visionml_test_it.py | 4 +-
.../dataflow_exercise_metrics_pipeline_test.py | 5 +-
.../apache_beam/testing/test_stream_it_test.py | 8 +-
.../apache_beam/transforms/external_it_test.py | 4 +-
sdks/python/pytest.ini | 1 +
sdks/python/test-suites/dataflow/common.gradle | 34 +-
sdks/python/test-suites/direct/common.gradle | 74 +--
sdks/python/test-suites/portable/common.gradle | 15 +-
.../content/en/documentation/programming-guide.md | 18 +
.../partials/section-menu/en/documentation.html | 530 ++++++++++-----------
51 files changed, 692 insertions(+), 558 deletions(-)
copy sdks/python/scripts/setup_nodejs.sh =>
runners/google-cloud-dataflow-java/scripts/cleanup_untagged_gcr_images.sh (69%)