We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2cbb commit 8b7cd8dCopy full SHA for 8b7cd8d
tests/test_connection_pool.py
@@ -176,8 +176,7 @@ def test_on_connect_error(self):
176
assert len(pool._available_connections) == 1
177
assert not pool._available_connections[0]._sock
178
179
- # NOTE: Increment this version # when the DEBUG ERROR patch releases
180
- @skip_if_server_version_lt('2.8.7')
+ @skip_if_server_version_lt('2.8.8')
181
def test_busy_loading_disconnects_socket(self, r):
182
"""
183
If Redis raises a LOADING error, the connection should be
0 commit comments