tests: Fix timing dependency in ovsdb-log test.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 22:31:36 +0000 (14:31 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 23:21:09 +0000 (15:21 -0800)
commit28447a186b017471dc00ed41ab832dc566d7bebd
tree3d7c13d674f959b371bd15b63c9debe44fbc3a2e
parent7c126fbb8a0589f2a29f3e7c520723a2d74b254e
tests: Fix timing dependency in ovsdb-log test.

The "lockfile" module logs a message if locking takes a measurable amount
of time.  Running the tests under valgrind tends to make this message
appear, so we need to disable it to make the output comparison come out
cleanly.
tests/ovsdb-log.at