"dev" <[email protected]> wrote on 07/07/2016 04:30:01 PM:

> From: Lance Richardson <[email protected]>
> To: [email protected]
> Date: 07/07/2016 04:30 PM
> Subject: [ovs-dev] [PATCH v2] ovn-sbctl: eliminate a spurious test
> case error cause
> Sent by: "dev" <[email protected]>
>
> The "ovn-sbctl" test fails occasionally due to log messages
> similar to these:
>
>   jsonrpc|WARN|unix: receive error: Connection reset by peer
>   reconnect|WARN|unix: connection dropped (Connection reset by peer)
>
> Since we're already ignoring "Broken pipe" messages in this test
> case, and the difference between EPIPE and ECONNRESET on send
> is simply a matter of whether the peer had unconsumed data
> in its receive buffer when the peer socket was closed, it should
> be OK to ignore "reset by peer" logs as well.
>
> This same type of failure has been observed in ovs-nbctl and
> ovn-vtep-controller tests, so fix it there as well.
>
> Signed-off-by: Lance Richardson <[email protected]>
> ---

This looks simple enough, applies clean and passes unit tests,
so.  If it were a crash, I'd look for a test case, but since it isn't...

Acked-by: Ryan Moats <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to