[ovs-git] [openvswitch/ovs] 247447: ovn-sbctl: eliminate a spurious test case error ca...

GitHub noreply at github.com
Tue Jul 19 14:27:03 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 247447ff964f0d1767d22f87249bae91d87a40e6
      https://github.com/openvswitch/ovs/commit/247447ff964f0d1767d22f87249bae91d87a40e6
  Author: Lance Richardson <lrichard at redhat.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M tests/ovn-controller-vtep.at
    M tests/ovn-nbctl.at
    M tests/ovn-sbctl.at

  Log Message:
  -----------
  ovn-sbctl: eliminate a spurious test case error cause

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 <lrichard at redhat.com>
Acked-by: Ryan Moats <rmoats at us.ibm.com>
Signed-off-by: Russell Bryant <russell at ovn.org>




More information about the git mailing list