summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_cursor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77196 Prevent potential deadlock in TaskExecutorCursorTestBen Shteinfeld2023-05-171-1/+6
* SERVER-73959 Add option to TaskExecutorCursor to not prefetch next batchBen Shteinfeld2023-05-101-5/+163
* SERVER-75725 Control TaskExecutorCursor's connection-pinning behavior with a ...George Wangensteen2023-04-101-0/+1
* SERVER-73613 Let TaskExecutorCursor Pin Connections When RequestedGeorge Wangensteen2023-04-051-351/+578
* SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan2022-12-141-4/+0
* SERVER-69702 Ensure TaskExecutorCursor's constructed from multi-cursor replie...George Wangensteen2022-09-161-0/+44
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-28/+28
* SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMoresAmirsaman Memaripour2022-07-071-0/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman2022-02-101-0/+135
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-0/+5
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45726 Improve variable names in TaskExecutorCursorCheahuychou Mao2020-02-271-37/+46
* SERVER-45726 Allow empty firstBatch with TaskExecutorCursorCheahuychou Mao2020-02-271-2/+91
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-34/+14
* SERVER-40414 fix mac os compileBenety Goh2019-04-111-2/+2
* SERVER-40414 TaskExecutorCursorJason Carey2019-04-101-0/+308