Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1491

Test Failure - test_legacy_api.TestLegacy.test_kill_cursors_with_tuple

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.8
    • Affects Version/s: None
    • Component/s: Tests
    • 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@mongodb.com Shane Harvey
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: