summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/health_observer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64182 avoid duplicate health checks; cleanupsAndrew Shuvalov2022-03-111-0/+29
* SERVER-63319: Refactor FaultManager Stats test to allow health check thread t...LaMont Nelson2022-02-071-24/+34
* SERVER-62404: Simplify mutex locking in fault_manager.cppKshitij Gupta2022-01-101-3/+3
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-041-8/+8
* SERVER-62174 Refactored health check intervalsAndrew Shuvalov2021-12-221-0/+10
* SERVER-61930: Individual health observers should return an error if aKshitij Gupta2021-12-161-1/+32
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-187/+64
* SERVER-61438 fix race in FaultManagerTestAndrew Shuvalov2021-11-121-1/+1
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-11-101-5/+7
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-051-1/+1
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-031-7/+47
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-11-021-1/+1
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-10-261-1/+33
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-10-211-0/+7
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-201-49/+35
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-151-35/+87
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-161-23/+44
* SERVER-59912 changes in the base health package for the Ldap health observerAndrew Shuvalov2021-09-141-10/+22
* SERVER-59367 state machine transition when entering the transient fault stateAndrew Shuvalov2021-09-021-0/+29
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-011-3/+55
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-08-251-23/+16
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-08-251-0/+72