[ovs-build] Broken: openvswitch/ovs#2697 (master - 961cf8e)

Travis CI builds at travis-ci.org
Fri Jun 3 22:32:46 UTC 2016


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

Build: #2697
Status: Broken

Duration: 30 minutes and 27 seconds
Commit: 961cf8e (master)
Author: Ben Pfaff
Message: tests: Avoid endianness sensitivity in MPLS handling test.

The test "ofproto-dpif - MPLS handling" included a test of the "multipath"
action whose results depended on the hash function in use.  The OVS hash
function yields different results on little-endian and big-endian systems,
so this caused a failure.

This commit fixes the problem by changing the modulus in the multipath
action from 256 to 1; any (nonnegative) value modulo 1 is 0, so this makes
the results consistent across endianness (and across hash function
changes).  I think that this is still a good enough test.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Aaron Conole <aconole at redhat.com>
Acked-by: Gerhard Stenzel <gstenzel at linux.vnet.ibm.com>

View the changeset: https://github.com/openvswitch/ovs/compare/b5936d520b50...961cf8e090ec

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

--

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/20160603/babb523a/attachment-0002.html>


More information about the build mailing list