You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/30 20:40:54 UTC

[GitHub] [beam] pabloem commented on a diff in pull request #22113: papercut fix: change unique id generation to be during the pipeline, …

pabloem commented on code in PR #22113:
URL: https://github.com/apache/beam/pull/22113#discussion_r911428194


##########
sdks/python/apache_beam/io/gcp/bigquery_test.py:
##########
@@ -589,6 +596,8 @@ def test_read_export_exception(self, exception_type, error_message):
           table='project:dataset.table',
           gcs_location="gs://temp_location")
 
+    p.run().wait_until_finish(duration=30)

Review Comment:
   this will cause the pipeline to be ran twice (see https://stackoverflow.com/a/52282001/1255356)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org