summaryrefslogtreecommitdiff
path: root/src/mongo/db/exhaust_cursor_currentop_integration_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+14
|
* SERVER-46031: CurrentOpExhaustCursorTest should not call ↵Lingzhi Deng2020-02-071-5/+0
| | | | DBClientCursor::more concurrentlt
* SERVER-45934: Fix race in ExhaustCursorUpdatesLastKnownCommittedOpTime ↵Lingzhi Deng2020-02-041-6/+18
| | | | integration test
* SERVER-45635: Log currentOp if the test fails for ↵Lingzhi Deng2020-01-171-0/+4
| | | | exhaust_cursor_currentop_integration_test
* 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 ↵Gregory Wlodarek2019-04-261-10/+24
| | | | getMore()'s read lock
* SERVER-37650 Add test for $currentOp interaction with exhaust cursorsBernard Gorman2018-11-091-0/+172