summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/fault_manager_test_suite.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-14/+15
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-041-3/+7
* SERVER-64182 avoid duplicate health checks; cleanupsAndrew Shuvalov2022-03-111-0/+10
* SERVER-63319 remove manually scheduling health checks from fault manager the ...LaMont Nelson2022-02-081-16/+1
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-02-031-0/+3
* SERVER-62321: Increase kActiveFaultDuration for OneFacetIsResolved test.Kshitij Gupta2022-01-101-1/+1
* SERVER-62404: Simplify mutex locking in fault_manager.cppKshitij Gupta2022-01-101-1/+1
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-041-2/+2
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-201-5/+5
* SERVER-59368 runtime change of intensities valuesAndrew Shuvalov2021-12-171-2/+2
* SERVER-61930: Individual health observers should return an error if aKshitij Gupta2021-12-161-3/+10
* SERVER-59382: Enforce non-critical facets not entering ActiveFault stateKshitij Gupta2021-12-131-0/+6
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-25/+14
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-11-101-29/+82
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-031-6/+26
* 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-18/+42
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-201-32/+37
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-151-4/+20
* SERVER-59370: unify transitionState test code path and production codeLaMont Nelson2021-10-141-5/+16
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-161-2/+45
* SERVER-59912 changes in the base health package for the Ldap health observerAndrew Shuvalov2021-09-141-8/+3
* SERVER-59367 state machine transition when entering the transient fault stateAndrew Shuvalov2021-09-021-0/+12
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-011-3/+16
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-08-251-0/+101