Skip to content

Commit

Permalink
Try to repro failure
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Sep 26, 2024
1 parent c657507 commit 3d31687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/trigger_files/beam_PostCommit_Python.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run.",
"modification": 1
"modification": 2
}

4 changes: 2 additions & 2 deletions sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def test_big_query_write_insert_non_transient_api_call_error(self):
input_data = [{
'number': 1,
'str': 'some_string',
}]
}]*500

table_schema = {
"fields": [{
Expand All @@ -483,7 +483,7 @@ def test_big_query_write_insert_non_transient_api_call_error(self):
bq_result_errors = [({
'number': 1,
'str': 'some_string',
}, "Not Found")]
}, "Not Found")]*500

args = self.test_pipeline.get_full_options_as_args()

Expand Down

0 comments on commit 3d31687

Please sign in to comment.