invalidated_cursors.js runs getMores against the wrong collection

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.7.3
    • Affects Version/s: None
    • Component/s: Querying
    • None
    • Fully Compatible
    • ALL
    • Query 2018-03-12
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      One stage of invalidated_cursors.js runs a find and then creates a cursor using the result. However, the DBCommandCursor is created with the wrong database (db instead of myDB). The result of this is that all of the getMores run on the wrong collection, and thus, all fail.

      This is a one line fix.

            Assignee:
            Ian Boros
            Reporter:
            Ian Boros
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: