Skip to content

Commit 8b7cd8d

Browse files
committed
DEBUG LOADING was released in 2.8.8, so skip test with earlier versions
1 parent 6ae2cbb commit 8b7cd8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_connection_pool.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ def test_on_connect_error(self):
176176
assert len(pool._available_connections) == 1
177177
assert not pool._available_connections[0]._sock
178178

179-
# NOTE: Increment this version # when the DEBUG ERROR patch releases
180-
@skip_if_server_version_lt('2.8.7')
179+
@skip_if_server_version_lt('2.8.8')
181180
def test_busy_loading_disconnects_socket(self, r):
182181
"""
183182
If Redis raises a LOADING error, the connection should be

0 commit comments

Comments
 (0)