Fabian Boehm 9e9c73e46a tests/signals.py: Kill leftover sleeps from python
This starts two sleep processes and expects them to be killed on
SIGHUP.

Unfortunately, if this ever fails the second run will also fail
because it'll see the old sleep still lying around (because it'll run
for 130 seconds).

So, what we do is:

1. Keep the pids for these specific sleeps
2. Check if any of them are still running (and only fail for them)
3. Kill them from python

Fixes #9152
2022-08-23 18:47:52 +02:00
..
2022-06-16 18:43:28 +02:00
2022-06-16 18:43:28 +02:00
2022-06-02 17:25:59 -07:00
2021-04-17 16:43:27 -07:00
2020-11-22 14:39:48 +01:00
2022-06-16 18:43:28 +02:00
2021-01-03 17:48:25 +01:00
2020-06-24 20:43:56 +02:00
2022-06-16 18:43:28 +02:00
2020-11-22 14:39:48 +01:00
2020-11-22 14:39:48 +01:00
2022-06-16 18:43:28 +02:00
2022-03-20 14:39:00 -07:00
2022-06-16 18:43:28 +02:00
2020-11-22 14:39:48 +01:00
2021-01-07 23:53:31 +01:00
2020-11-06 17:56:38 +01:00
2022-04-10 13:53:22 -07:00