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)
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.


No differences found