Skip to content

fix: test goroutine leaks#643

Merged
stevenh merged 3 commits intomasterfrom
fix/test-goroutine-leak
May 11, 2023
Merged

fix: test goroutine leaks#643
stevenh merged 3 commits intomasterfrom
fix/test-goroutine-leak

Conversation

@stevenh
Copy link
Collaborator

@stevenh stevenh commented Mar 8, 2023

Ensure that goroutines started by tests are cleaned up on termination.

Also make TestLatencyHistories compatible with -count=X.

Fixes #641

Ensure that goroutines started by tests are cleaned up on termination.

Also make TestLatencyHistories compatible with -count=X.

Fixes #641
stevenh added 2 commits March 8, 2023 16:34
Update golangci-lint to address fmt package loading failure.
Update to the supported versions of go 1.19 and 1.20.
@stevenh stevenh merged commit 78e255f into master May 11, 2023
@stevenh stevenh deleted the fix/test-goroutine-leak branch May 11, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potential goroutine leak in TestDialTLSHandshakeTimeout

1 participant