Commit fe5011c
test: improve docker compose retry for transient network failures
Increase max retries from 1 to 2 and add a 5-second delay between
cleanup and retry to give Docker time to fully release network
resources. Addresses flaky LinuxUnicodeSpecialCharactersTest failures
where docker compose up gets "network not found" due to Docker daemon
race conditions when multiple compose projects are active.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d63e16a commit fe5011c
1 file changed
Lines changed: 9 additions & 3 deletions
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
270 | 272 | | |
271 | 273 | | |
272 | | - | |
| 274 | + | |
273 | 275 | | |
274 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
275 | 281 | | |
276 | 282 | | |
277 | 283 | | |
| |||
0 commit comments