Commit 4de656f
fix: use docker stop instead of docker kill for Redis-Destructive tests
docker kill sends SIGKILL which prevents Redis from clean shutdown,
causing ~18 minute delays in test recovery. docker stop sends SIGTERM
for graceful shutdown, matching the main branch behavior.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f558e40 commit 4de656f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments