summaryrefslogtreecommitdiff
path: root/src/mongo/util/periodic_runner_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-2/+2
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-211-0/+28
* SERVER-46841 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-03-241-0/+39
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-35/+35
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-59/+28
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+70
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38837 Fix race in periodic_runner_impl_test OnePausableJobResumesCorre...Matthew Saltz2019-01-161-42/+52
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37386 Make periodic_runner_impl_test more diagnosableMatthew Saltz2018-10-101-3/+10
* SERVER-37149 Remove deadlock in ScheduleBeforeStartupTestBen Caimano2018-09-171-2/+4
* SERVER-36725 force periodic_runner_impl_test to call tearDownJason Carey2018-08-281-0/+13
* SERVER-35585 Make PeriodicRunner jobs be pausable/resumableMatthew Saltz2018-07-031-0/+143
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-5/+3
* SERVER-35123 Fix periodic_runner_impl_testJason Carey2018-05-221-6/+0
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-101-0/+234