The following test fails on MongoDB 3.6.3 sharded clusters when auth is enabled:
FAIL: test_kill_cursors_with_tuple (test.test_legacy_api.TestLegacy) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/shane/git/mongo-python-driver/test/test_legacy_api.py", line 1396, in test_kill_cursors_with_tuple wait_until(raises_cursor_not_found, 'close cursor') File "/Users/shane/git/mongo-python-driver/test/utils.py", line 309, in wait_until raise AssertionError("Didn't ever %s" % success_description) AssertionError: Didn't ever close cursor
It looks like OP_KILL_CURSORS fails on mongos: SERVER-33553
- is caused by
-
SERVER-33553 OP_KILL_CURSORS fails on mongos: Unable to check out cursor for killCursor
- Closed