summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_cursor_test.cpp
AgeCommit message (Expand)Author
2024-05-28SERVER-86739: Enable pre-fetching for mongot cursor (#21838)Will Buerger
2024-04-15SERVER-88887: Split mongot-specific logic out of task_executor_cursorWill Buerger
2024-04-13Revert "SERVER-88887: Split mongot-specific logic out of task_executor_cursor...auto-revert-processor
2024-04-12SERVER-88887: Split mongot-specific logic out of task_executor_cursor (#20944)Will Buerger
2024-04-10SERVER-89102: Pass TaskExecutorCursor as pointers (#20892)Will Buerger
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2023-10-05SERVER-81830 Create Clients with Service, not ServiceContextGeorge Wangensteen
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-05-24SERVER-74453 Implement support for getMore against mongot with user-defined l...Militsa Sotirova
2023-05-17SERVER-77196 Prevent potential deadlock in TaskExecutorCursorTestBen Shteinfeld
2023-05-10SERVER-73959 Add option to TaskExecutorCursor to not prefetch next batchBen Shteinfeld
2023-04-10SERVER-75725 Control TaskExecutorCursor's connection-pinning behavior with a ...George Wangensteen
2023-04-05SERVER-73613 Let TaskExecutorCursor Pin Connections When RequestedGeorge Wangensteen
2022-12-14SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan
2022-09-16SERVER-69702 Ensure TaskExecutorCursor's constructed from multi-cursor replie...George Wangensteen
2022-07-27SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue
2022-07-07SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMoresAmirsaman Memaripour
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-02-10SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman
2021-09-27SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh
2020-04-14SERVER-46127 unit tests log to a kTest componentGabriel Russell
2020-02-27SERVER-45726 Improve variable names in TaskExecutorCursorCheahuychou Mao
2020-02-27SERVER-45726 Allow empty firstBatch with TaskExecutorCursorCheahuychou Mao
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-04-11SERVER-40414 fix mac os compileBenety Goh
2019-04-10SERVER-40414 TaskExecutorCursorJason Carey