Flaky mongos API version parameter tests

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.0.0-rc0
    • Affects Version/s: None
    • Component/s: Replication
    • None
    • Fully Compatible
    • ALL
    • Repl 2020-10-19, Repl 2020-11-02
    • 23
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Two kinds of failures. First, an intermittent failure in api_params_nontransaction_sharded.js. On a 2-shard cluster with shard 0 and shard 1, the test does a "find" on mongos with $where: sleep(99999) and waits for the "find" command to appear in currentOp. Sometimes it times out without seeing the command in currentOp.

      Second, an intermittent failure in api_params_nontransaction_unsharded.js and api_params_nontransaction_sharded.js. The test executes "find" with batchSize 1, and receives a cursorId in the "find" reply. The test executes the "killCursors" command with that cursorId, then searches for a "killCursors" command in the shard 0 primary's log, but doesn't find it.

      I'm still diagnosing both failures.

            Assignee:
            A. Jesse Jiryu Davis
            Reporter:
            A. Jesse Jiryu Davis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: