summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-17/+52
* SERVER-31566 Handle truncated oplog at session load timeKaloian Manassiev2017-10-301-0/+61
* SERVER-31566 Pull the session transaction fetch logic into a separate functionKaloian Manassiev2017-10-301-0/+7
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-14/+17
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-2/+17
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-11/+2
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-2/+11
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-11/+2
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-14/+12
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-12/+14
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-2/+11
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-0/+75
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-34/+32
* SERVER-31195 Remove inactive test case from session_test.cppKaloian Manassiev2017-09-221-45/+0
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-432/+233
* SERVER-28914 Create a test fixture with mock replication coordinator and ephe...Randolph Tan2017-08-261-65/+21
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-30281 Force sessions to reload after rollbackJack Mulrow2017-08-031-0/+84
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-12/+12
* SERVER-28509 Prepare session_test for DBClient using commandsMathias Stearn2017-07-261-3/+3
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-241-0/+72
* Revert "SERVER-28918 Make CRUD paths retryable"Jack Mulrow2017-07-241-72/+0
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-241-0/+72
* SERVER-29885 Serialize operations for the same logical sessionKaloian Manassiev2017-07-061-0/+476