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
106549: sqlproxyccl: deflake TestDirectoryConnect r=JeffSwenson a=JeffSwenson
This contains fixes to two sources of flakes in TestDirectoryConnect:
- sqlproxy http draining is now tied into the stopper. This avoids a
source of goroutine leaks.
- The sql server is gracefully drained to work around cockroachdb#106537.
When combined with cockroachdb#106599, I was able to run the test for 25K
interations under stress with no flakes.
Fixes: cockroachdb#105402
Co-authored-by: Jeff <[email protected]>
0 commit comments