StateVerification
Namespace containing methods verifying the state of DockerDaemonDispatcher.
Functions
Checks whether queued jobs are not dispatched (i.e. deadlocked) even if a daemon is available for dispatch.
Checks whether any dispatched runners have already transitioned into the CloseableState.CLOSED state.
Performs checks for the state of DockerDaemonDispatcher after performing a multi-daemon dispatch..
Performs checks for the state of DockerDaemonDispatcher after performing a single-daemon dispatch.
Performs a subset of checks for when a Runner has been unbound from a LocallyTrackedDaemonHost.
Checks whether the resource tracking of LocallyTrackedDaemonHost is correctly calculated.
Checks whether the dispatched runner tracking functionality is consistent between LocallyTrackedDaemonHost and DockerDaemonDispatcher.MANAGED_RUNNERS.