mirror of
https://github.com/distribution/distribution.git
synced 2026-01-29 21:40:32 +00:00
The Redis tests were failing with a "connection pool exhausted" error from Redigo. Closing the connection used for FLUSHDB fixes the problem. Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>