You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reconnect cache after Redis restart in destructive tests
After Redis containers are stopped and restarted, the Database's cache
holds a stale Redis connection that blocks ~55s per operation. Adding
reconnectCache() after waitForRedis() creates a fresh Redis connection,
reducing Redis-Destructive test time from ~18 minutes to ~30 seconds.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments