tests: Turn off appctl poll_loop logging for long output.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Jul 2014 16:54:17 +0000 (09:54 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Aug 2014 21:32:55 +0000 (14:32 -0700)
commit222820c67cea17ed76024364dcdd08778d1232fc
tree5dcfc65c8455d4c961008a483788801ce0435351
parent9664732f4cd90b741b840db8a8ed24939d227c2e
tests: Turn off appctl poll_loop logging for long output.

One of the VMware internal autobuilder builds failed due to extraneous
logging in these tests of the form:

   2014-07-28T21:11:07Z|00001|poll_loop|INFO|wakeup due to [POLLIN] on fd 3
   (...) at lib/stream-fd-unix.c:124 (93% CPU usage)

I think this must be because these tests have tons of output and so on a
loaded machine it can take some CPU to pull it down.  We don't want to fail
for that reason, so disable this logging.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ansis Atteka <aatteka@nicira.com>
tests/ofproto-dpif.at