Commit 72d7830
authored
Inject delay in filer tests on GCP (#3101)
## Changes
Temporary workaround to make tests pass while debugging.
## Why
Hypothesis: I'm unable to repro the same situation through the Python
SDK, and suspect that the Go SDK performs a reconnect under the hood.
This might route us to a different backend instance and return a cached
copy where reusing the original connection would return the right
contents.
## Tests
Tests pass with the workaround.1 parent d4ba6e8 commit 72d7830
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
457 | 458 | | |
458 | 459 | | |
459 | 460 | | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
460 | 468 | | |
461 | 469 | | |
462 | 470 | | |
| |||
0 commit comments