ovsdb-server: Avoid intermittent test failures due to lockfile log message.
authorBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:46:22 +0000 (15:46 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:46:22 +0000 (15:46 -0700)
commitd61113d99264e99e504d57706de2a84b2403fc52
tree52183bdf21c92362823139eeee23f0add88474e5
parentaac19178a43f5ed3367e2d7a7a19ae34fdf56cfb
ovsdb-server: Avoid intermittent test failures due to lockfile log message.

Sometimes lockfile will emit a message saying that it took a little while
to get the lock, which caused spurious test failures.  This commit
suppresses the message.  With this change, I was able to run these tests
continuously for some time without failures.

This was a bug in the testsuite, not in the code under test.
tests/ovsdb-server.at