]> git.ipfire.org Git - thirdparty/krb5.git/commit
Improve k5test daemon checking 1255/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 3 Jun 2022 18:28:26 +0000 (14:28 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 8 Jun 2022 23:16:49 +0000 (19:16 -0400)
commit0b4580b09afe9791d81961c41f61e4f06edad58f
tree005d708e3535ab7fa3d4f4f1a80e3b5604bbb915
parent8dcace04945723cd6a3c8ea2c1ba467c22eb6584
Improve k5test daemon checking

Instead of checking daemon exit statuses prior to termination, check
them after we send SIGTERM.  This way we will notice when asan causes
an unsuccessful exit due to memory leaks, or when a daemon crashes in
its exit handling.
src/util/k5test.py