runnel
runnel copied to clipboard
ResponseError raised from aredis during shutdown
Sometimes random integration tests fail with aredis.exceptions.ResponseError: Wrong number of response items from pipeline execution.
I believe this is a bug in aredis caused by failing to disconnect and clean up connections on cancellation: https://github.com/NoneGG/aredis/issues/171