gomodule / redigo

Go client for Redis
Apache License 2.0
9.76k stars 1.25k forks source link

fix: test goroutine leaks #643

Closed stevenh closed 1 year ago

stevenh commented 1 year ago

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

Also make TestLatencyHistories compatible with -count=X.

Fixes #641