summaryrefslogtreecommitdiff
path: root/src/mongo/db/exhaust_cursor_currentop_integration_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-6/+4
* SERVER-71561 Protect shared variable and use notify() in exhaust_cursor_curre...Romans Kasperovics2022-11-261-35/+43
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-021-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-36/+43
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-1/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-32/+35
* SERVER-54341 Must not capture locals by reference in asynchronous lambda (exh...Matthew Russotto2021-02-081-22/+31
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-1/+2
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-3/+4
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-2/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-7/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+14
* SERVER-46031: CurrentOpExhaustCursorTest should not call DBClientCursor::more...Lingzhi Deng2020-02-071-5/+0
* SERVER-45934: Fix race in ExhaustCursorUpdatesLastKnownCommittedOpTime integr...Lingzhi Deng2020-02-041-6/+18
* SERVER-45635: Log currentOp if the test fails for exhaust_cursor_currentop_in...Lingzhi Deng2020-01-171-0/+4
* SERVER-44707: Store lastKnownCommittedOpTime in ClientCursor for exhaust getMoreLingzhi Deng2020-01-061-3/+95
* SERVER-44699: Clean up exhaust cursors when the network session is closedLingzhi Deng2019-12-121-1/+39
* SERVER-44700: Call markKillOnClientDisconnect for exhaust cursorsLingzhi Deng2019-12-101-68/+154
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+4
* SERVER-40818 exhaust_cursor_currentop_integration_test should not drop getMor...Gregory Wlodarek2019-04-261-10/+24
* SERVER-37650 Add test for $currentOp interaction with exhaust cursorsBernard Gorman2018-11-091-0/+172