Commit 09cc1df
authored
fix: raise most recent exception when not able to fetch query job after starting the job (#1362)
* fix: raise most recent exception when not able to fetch query job after starting the job Towards internal issue 247809965 * update unit test * revert most changes to the test and explain why we're looking for a different exception from the original 'conflict'1 parent d2b2c96 commit 09cc1df
File tree
2 files changed
+6
-4
lines changed- google/cloud/bigquery
- tests/unit
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5092 | 5092 | | |
5093 | 5093 | | |
5094 | 5094 | | |
5095 | | - | |
| 5095 | + | |
5096 | 5096 | | |
5097 | 5097 | | |
5098 | 5098 | | |
5099 | | - | |
5100 | | - | |
| 5099 | + | |
| 5100 | + | |
| 5101 | + | |
| 5102 | + | |
5101 | 5103 | | |
5102 | 5104 | | |
5103 | 5105 | | |
| |||
0 commit comments