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

Commits on Mar 8, 2023

  1. fix: test goroutine leaks

    Ensure that goroutines started by tests are cleaned up on termination.
    
    Also make TestLatencyHistories compatible with -count=X.
    
    Fixes #641
    stevenh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4e5e237 View commit details
    Browse the repository at this point in the history
  2. ci: update golangci-lint to v1.15.2

    Update golangci-lint to address fmt package loading failure.
    stevenh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8b96d2a View commit details
    Browse the repository at this point in the history
  3. ci: update to supported golang versions

    Update to the supported versions of go 1.19 and 1.20.
    stevenh committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a15d550 View commit details
    Browse the repository at this point in the history