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 5714a93 commit da97572Copy full SHA for da97572
test/test_legacy_api.py
@@ -1374,6 +1374,7 @@ def raises_cursor_not_found():
1374
1375
wait_until(raises_cursor_not_found, 'close cursor')
1376
1377
+ @client_context.require_version_max(4, 9, 99) # SERVER-57457
1378
def test_kill_cursors_with_tuple(self):
1379
# Some evergreen distros (Debian 7.1) still test against 3.6.5 where
1380
# OP_KILL_CURSORS does not work.
0 commit comments