]> git.ipfire.org Git - thirdparty/krb5.git/commit
Wait for correct message in t_iprop.py
authorGreg Hudson <ghudson@mit.edu>
Mon, 15 Oct 2012 17:11:18 +0000 (13:11 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 15 Oct 2012 17:11:18 +0000 (13:11 -0400)
commit4c9da1b84fe159e01038c1bd83b5d983aa8e3dd3
tree1c0b6e1b66a7667ab7477b242e070603d1ae94b5
parent1ea3986a6b0355ceffa49de55fe8450ff00933fd
Wait for correct message in t_iprop.py

The message "Got incremental updates from the master" precedes
actually replaying the updates on the slave.  Instead look for
"Incremental updates:" (the statistics message), which happens just
after the updates are replayed.

Also, we don't need to import time now that we're not sleeping.
src/tests/t_iprop.py