commit | 1797f4e57f809c1de9e41b5447ace3f7e7f0dbe4 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed May 19 04:32:55 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed May 19 04:32:55 2021 +0300 |
tree | 66bb902cd8e4c33621ada09f1b8ffbc68ad4ac42 | |
parent | 6d09a6ac42e7b69947ddec6726f35525d038aba7 [diff] |
Tests: improved stop() to send TERM after QUIT. It is possible that graceful stop as initiated by SIGQUIT will take very long time, such as when waiting for proxy_timeout in mail proxy (defaults to 24h). To make sure in such cases nginx is stopped after some reasonable time, we now send SIGTERM after waiting for 90 seconds. Note that win32 version previously used "-s stop", which is equivalent to SIGTERM rather than SIGQUIT. This seems accidental error during introduction of initial win32 support in tests (ce2e23daa1da), so it is changed to follow the same logic.