Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: test goroutine leaks #643

Merged
merged 3 commits into from May 11, 2023
Merged

fix: test goroutine leaks #643

merged 3 commits into from May 11, 2023

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
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