-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #106537. When combined with #106599, I was able to run the test for 25K interations under stress with no flakes. Fixes: #105402 Co-authored-by: Jeff <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters