Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-51451

Flaky mongos API version parameter tests

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

      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:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: