Commit 6ef1945
authored
fix(bigquery/storage/managedwriter): automatic retry for multiplex test (#8601)
In #8599 we caught a flake related to DeadlineExceeded errors. This
class of error is retryable, so we set the EnableWriteRetries option
when constructing writers to address this.
The DE was likely raised from the service side, as in this case the test
ran for ~32s (deadline is 90) and normal execution time should be
sub-10s. This is also borne out by the problematic writes, which were
both destined for the same table.
Fixes: #85991 parent e36b9c6 commit 6ef1945
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1498 | 1498 | | |
1499 | 1499 | | |
1500 | 1500 | | |
| 1501 | + | |
1501 | 1502 | | |
1502 | 1503 | | |
1503 | 1504 | | |
| |||
0 commit comments