[ovs-build] Errored: openvswitch/ovs#7597 (master - e2ab461)

Travis CI builds at travis-ci.org
Thu Jan 17 00:29:40 UTC 2019


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

Build: #7597
Status: Errored

Duration: 1 hr, 3 mins, and 0 secs
Commit: e2ab461 (master)
Author: Han Zhou
Message: sandbox: Fix env for clustered OVN DBs.

When ovn clustered mode is specified, the environment veriables
OVN_NB_DB/OVN_SB_DB are wrong. It should be something like
unix:nb1,unix:nb2,unix:nb3 but it turns out to be unix:nb1,unix:nb1,unix:nb2.
So when nb3 becomes leader, the connection will always fail.

It is caused by using an undefined variable $n resulting in the
unexpected result of `seq 2 $n`. This patch fixed it by using the
correct variable $servers.

Signed-off-by: Han Zhou <hzhou8 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/6f5cc61c07f2...e2ab461a809f

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/480632164?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/20190117/d0b6f58f/attachment.html>


More information about the build mailing list