Commit d0b16af
authored
bigquery: reduce test flakiness when testing job cancellation. (#5592)
BigQuery's cancellation mechanism is best-effort notification to
the job server running cancellation. Depending on a timing factors,
the cancellation can be ignored, arrive after job completion, or
arrive in time to trigger state transition (which will yield an error).
This change removes the expectation that cancelling a job won't
yield an error, which is incorrect for the last case.1 parent b8eeb60 commit d0b16af
1 file changed
Lines changed: 0 additions & 1 deletion
File tree
- google-cloud-clients/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1451 | 1451 | | |
1452 | 1452 | | |
1453 | 1453 | | |
1454 | | - | |
1455 | 1454 | | |
1456 | 1455 | | |
1457 | 1456 | | |
| |||
0 commit comments