summaryrefslogtreecommitdiff
path: root/jstests/sharding/kill_pinned_cursor.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47Lingzhi Deng2020-08-051-1/+1
* SERVER-48502 Tighten $currentOp and pinned cursor checks in kill_pinned_curso...Nick Zolnierz2020-06-021-8/+13
* SERVER-48300 Prevent spurious failure of kill_pinned_cursor.jsIan Boros2020-05-211-11/+26
* SERVER-47396 Improve kill_pinned_cursor.js diagnostic loggingCharlie Swanson2020-04-071-2/+10
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-211/+211
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-0/+3
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-19/+32
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-2/+1
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+2
* SERVER-33373 Add tests to verify that killSessions interrupts pinned cursorsIan Boros2018-03-071-68/+120
* SERVER-33280 Test that sharded cursors are fully cleaned up when a sub-cursor...David Storch2018-03-061-65/+138
* Revert "SERVER-33280 Test that sharded cursors are fully cleaned up when a su...David Storch2018-03-051-137/+65
* SERVER-33280 Test that sharded cursors are fully cleaned up when a sub-cursor...David Storch2018-03-051-65/+137
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-17/+22
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-131-1/+3
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-1/+1
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-0/+92