Revision b2a1f511
ID | b2a1f5119b35d77b9c72daef546c5622b457e012 |
Parent | d9f311d7 |
Child | 99e88451 |
Add a KillProcess function
We cannot depend on all environments to have a start-stop-daemon or
similar tool. We instead implement a KillProcess function that behaves
similar to “start-stop-daemon --retry”.
Note that the attached unittest can hang in foreground if the child
misbehaves (doesn't write to the internal pipe). Since unittest are
either run in the foreground or are run with a timeout from an automated
framework, I think this is an acceptable trade-off (against of using
hardcoded timeouts in the test).
Reviewed-by: imsnah
Files
- added
- modified
- copied
- renamed
- deleted