[ovs-dev] [PATCH] tests: Turn off appctl poll_loop logging for long output.

Ansis Atteka aatteka at nicira.com
Wed Jul 30 20:26:05 UTC 2014


On Tue, Jul 29, 2014 at 9:54 AM, Ben Pfaff <blp at nicira.com> wrote:
> 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 at nicira.com>
This patch breaks following tests in my setup:

829: ofproto-dpif - infinite resubmit                FAILED
(ofproto-dpif.at:5461)
830: ofproto-dpif - exponential resubmit chain       FAILED
(ofproto-dpif.at:5480)
831: ofproto-dpif - too many output actions          FAILED
(ofproto-dpif.at:5495)
832: ofproto-dpif - stack too deep                   FAILED
(ofproto-dpif.at:5514)

from the testsuite.log file:
+ovs-appctl: invalid option -- 'v'



More information about the dev mailing list