summaryrefslogtreecommitdiff
path: root/src/mongo/db/exhaust_cursor_currentop_integration_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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