summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/fault_state_machine_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64223: Increase kActiveFaultDuration for HostNameFailsAndGoodHostNameS...Kshitij Gupta2022-03-071-0/+1
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-02-031-0/+47
* SERVER-62378 Remove improperly merged lines from unit testDavis Haupt2022-01-051-27/+24
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-041-31/+37
* SERVER-62197: Get rid of potential deadlock.Kshitij Gupta2021-12-201-6/+3
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-201-4/+2
* SERVER-59382: Enforce non-critical facets not entering ActiveFault stateKshitij Gupta2021-12-131-14/+43
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-142/+264
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-10-261-4/+22
* SERVER-59370: unify transitionState test code path and production codeLaMont Nelson2021-10-141-41/+44
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-161-4/+12
* SERVER-59367 state machine transition when entering the transient fault stateAndrew Shuvalov2021-09-021-0/+186