Commit Graph

8 Commits

Author SHA1 Message Date
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Max Hirschhorn
9ad8d6335f SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
There are likely more JavaScript tests which have been added since
r3.6.9 that still need to be tagged.

(cherry picked from commit 05ec08fa62)
2019-03-11 18:17:29 -04:00
James Wahlin
4cd40e1415 SERVER-31549 Additional tests for $lookup w/ pipeline syntax 2017-10-16 09:43:44 -04:00
Jason Carey
f23002e965 SERVER-30848 make shell getMores use sessions
The shell should attach the logical session used to initiate cursors
(via find or aggregate) and use it for successive getMores.
2017-10-03 16:50:12 -04:00
Charlie Swanson
584ca76de9 SERVER-22541 Manage aggregation cursors on global cursor manager.
Moves registration of aggregation cursors to the global cursor manager.
This simplifies the logic for acquiring locks and resolving view
namespaces within the getMore and killCursors commands.
2017-03-15 11:03:44 -04:00
James Wahlin
4d301a60b6 SERVER-27090 cursor_timeout.js sets cursorTimeoutMillis incorrectly 2016-11-22 08:55:11 -05:00
Max Hirschhorn
98a26b4cff SERVER-25585 Delete ClientCursors without holding _mutex to avoid hang. 2016-08-19 12:22:57 -04:00