Commit 6867c87
authored
test(bigquery): handle 404 err when cleaning stale datasets (#3594)
When multiple CI steps run in parallel, there is a change of then trying
to delete the same dataset (BigQuery metadata service has an eventual
consistency model). This PR checks if the error when trying to fetch a
Dataset is a 404 and skip it.
Fixes #35721 parent 302dba5 commit 6867c87
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
0 commit comments