about summary refs log tree commit homepage
path: root/t/t0018-reload-restore-settings.sh
DateCommit message (Collapse)
2010-10-28tests: avoid race conditions on reload tests
We need to ensure the old worker is really dead before sending requests after reloading.
2010-10-28t0018: wait for old worker to be reaped
On busy machines, old workers may not shutdown quickly enough and may still be processing requests.
2010-10-28HUP reload restores defaults on unset settings
For consistency, changed settings are reset back to their default values if they are removed or commented out from the config file.