summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/health_observer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62174 Refactored health check intervalsAndrew Shuvalov2021-12-291-0/+14
* SERVER-61930: Individual health observers should return an error if aKshitij Gupta2021-12-291-1/+34
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-281-187/+64
* SERVER-61438 fix race in FaultManagerTestAndrew Shuvalov2021-12-281-1/+1
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-12-281-5/+7
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-12-281-1/+1
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-12-281-7/+47
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-12-281-1/+1
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-12-281-1/+33
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-12-281-0/+7
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-12-281-49/+36
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-12-281-35/+87
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-12-281-23/+44
* SERVER-59912 changes in the base health package for the Ldap health observerAndrew Shuvalov2021-12-281-10/+22
* SERVER-59367 state machine transition when entering the transient fault stateAndrew Shuvalov2021-12-281-0/+29
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-12-281-3/+55
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-12-281-23/+16
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-12-281-0/+72