Test Failure - test_legacy_api.TestLegacy.test_kill_cursors_with_tuple

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.8
    • Affects Version/s: None
    • Component/s: Tests
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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

              Assignee:
              Shane Harvey
              Reporter:
              Shane Harvey
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: