]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use two queues for concurrent t_otp.py daemons 1046/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 4 Mar 2020 22:18:51 +0000 (17:18 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 5 Mar 2020 18:28:50 +0000 (13:28 -0500)
commitc03f67eefec05db19e84e889fab7c25904929633
tree4a284b648376909d51c7ccbed0d9346bf9b72d4c
parent729896467e3c77904666019d6cbbda583ae49b95
Use two queues for concurrent t_otp.py daemons

t_otp.py occasionally fails during the #8708 regression test, reading
a true answer instead of the expected false answer during the first
verify() call.  Most likely the daemons are writing their answers to
the shared queue out of order.  Use a separate queue for the second
daemon to ensure correct correlation of results.
src/tests/t_otp.py