Commit 8385c0a
committed
Fix TestDataExchangeLargePayload race on slow CI runners
srv.ListenAndServe spins up the bind in a goroutine; macOS-latest CI
is slow enough that Dial fired before the listener accepted and saw
`dial: daemon: connection refused`. Retry Dial briefly so the server
goroutine has a chance to bind.1 parent 3868242 commit 8385c0a
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
151 | 162 | | |
152 | 163 | | |
153 | 164 | | |
| |||
0 commit comments