[ovs-build] Errored: openvswitch/ovs#7639 (master - 30e699b)

Travis CI builds at travis-ci.org
Fri Jan 18 23:10:34 UTC 2019


Build Update for openvswitch/ovs
-------------------------------------

Build: #7639
Status: Errored

Duration: 1 hr, 9 mins, and 54 secs
Commit: 30e699b (master)
Author: Ben Pfaff
Message: connmgr: Do not send asynchronous messages to rconns lacking protocols.

There are corner cases in which an rconn might not have a defined OpenFlow
protocol or version.  These happen at connection startup, before the
protocol version has been negotiated, and can also happen when a connection
is being shut down.  It's desirable to avoid these situations entirely,
but so far we haven't managed to do this.  This commit avoids trying to
send messages to such connection, which is what really tends to get OVS in
trouble since there's no way to construct an OpenFlow message without
knowing what version of OpenFlow to use (with a few exceptions that don't
matter here).

Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-December/047876.html
Reported-by: Josh Bailey <joshb at google.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/c5ad9811780b...30e699b7ec43

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/481538638?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openvswitch/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=2143550&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20190118/5d8b8905/attachment-0001.html>


More information about the build mailing list