-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: fix leaked goroutines in c2c roachtests
Without this PR, c2c roachtests have almost 30 messages like these at the end: ``` 18:04:19 leaktest.go:161: Leaked goroutine: goroutine 1879 [select, 2 minutes]: database/sql.(*DB).connectionOpener(0xc003f2bc70, {0x10812e000, 0xc00059d220}) GOROOT/src/database/sql/sql.go:1218 +0x8d created by database/sql.OpenDB GOROOT/src/database/sql/sql.go:791 +0x18d ``` This PR cleans that up. Epic: none Release note: None
- Loading branch information
1 parent
3083a30
commit 5615637
Showing
5 changed files
with
47 additions
and
14 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
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
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