[ovs-build] Broken: openvswitch/ovs#2780 (master - 8a16ab9)

Travis CI builds at travis-ci.org
Fri Jun 24 02:35:03 UTC 2016


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

Build: #2780
Status: Broken

Duration: 26 minutes and 0 seconds
Commit: 8a16ab9 (master)
Author: Lance Richardson
Message: tests: Fix issue in use of OVS_APP_EXIT_AND_WAIT.

Commit f9b11f2a09b4 introduced a loop to wait for process exit
in OVS_APP_EXIT_AND_WAIT after the "exit" command has been sent.
Unfortunately, this does not work for cases where a unixctl socket
has to be used to send the "exit" command because the process
ID cannot be determined from the socket path.

OVS_APP_EXIT_AND_WAIT_BY_TARGET has since been introduced to enable
graceful termination of daemons via unixctl sockets.

This set of changes addresses the problem described above by
making OVS_APP_EXIT_AND_WAIT_BY_TARGET take the unixctl socket
path and corresponding process ID as separate parameters. In order
to better detect issues in this logic in the future, checks have
been added to verify that the pidfile exists before using its
contents.

Tested on a Linux system.

Signed-off-by: Lance Richardson <lrichard at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/42814145d70c...8a16ab90b27c

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/139905885

--

You can configure 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://www.openvswitch.org/pipermail/ovs-build/attachments/20160624/be13dec6/attachment-0002.html>


More information about the build mailing list