summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-0/+1392
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-1392/+0
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-19/+28
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-19/+38
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-4/+4
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-0/+47
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-47/+0
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-0/+47
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-36/+69
* SERVER-70519 Require `OperationContext` for `Locker::restoreLockState`Gregory Noma2022-11-161-6/+6
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-5/+4
* SERVER-67951 Record AdmissionContext::Priority::kImmediate statisticsHaley Connelly2022-09-221-6/+6
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-4/+6
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-271-41/+54
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-42/+47
* SERVER-57432 Forbid yielding MODE_X/MODE_S locksJordi Olivares Provencio2022-02-221-10/+10
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-101-0/+25
* SERVER-57360 Log additional debug info for invariant(_requests.empty()) in ~L...Dianna Hohensee2021-06-211-0/+19
* SERVER-43040 Remove the unit test used only variation of LockerImpl::lockGlob...Bynn Lee2020-07-011-42/+88
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45135 Make the 'failNonIntentLocksIfWaitNeeded' fail point only throw ...Gregory Wlodarek2019-12-171-10/+30
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-38163 Remove enqueue abilities from GlobalLock.Suganthi Mani2019-09-051-2/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+6
* SERVER-39985 Improve transaction lock failure error messageGregory Wlodarek2019-06-261-6/+12
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-12/+8
* SERVER-40705: No need to delay unlocking if lock is recursively acquiredLingzhi Deng2019-05-081-16/+107
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-7/+121
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-261-1/+1
* SERVER-39902 lockInfo should use UUIDCatalog to map resourceIds to collection...Gregory Wlodarek2019-04-081-30/+33
* SERVER-40420 Clean up failed lock requests when using failpoint.Max Hirschhorn2019-04-021-0/+8
* SERVER-40038 Handle renames across databases in lock failpoint.Max Hirschhorn2019-03-081-0/+19
* SERVER-39154 Create a fail point to make it so if a LockManager lock cannot b...Vesselina Ratcheva2019-03-041-0/+29
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-66/+69
* SERVER-37991 Release ReplicationStateTransitionLock on prepare and reacquire ...Judah Schvimer2019-01-021-0/+105
* SERVER-37199 Yield locks of transactions in secondary application.r4.1.6Siyuan Zhou2018-12-031-0/+132
* SERVER-37989 introduce a new ReplicationStateTransitionLock resourceJudah Schvimer2018-11-181-1/+37
* Fix unittest and more cleanup.Geert Bosch2018-11-161-54/+1
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-99/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36913 Add functionality to LockManager for repl state transitions with...Spencer T Brody2018-09-181-0/+99
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-4/+4
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-48/+29
* SERVER-33198 Add complete two-phase locking testing to lock_state_test.cppDianna Hohensee2018-05-221-58/+70
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-0/+71
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-4/+4
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-4/+4