> From: "Stuart Cardall" <[email protected]> > To: [email protected] > Sent: Saturday, 8 July, 2017 5:22:17 PM > Subject: [ovs-discuss] Subject: [openvswitch 2.7.1] testsuite: 7 8 767 1891 > 1892 1893 1894 1895 1896 1900 1902 failed > > > > Hello, > > Attached is the test suite log for ovs 2.7.1 in Alpine Linux / musl c: > > testsuite: 7 8 767 1891 1892 1893 1894 1895 1896 1900 1902 failed > > > Kind Regards, > > Stuart Cardall. >
These will pass if GNU awk is used instead of busybox awk (apk add gawk). 7: completion.at:343 vsctl-bashcomp - basic verification 8: completion.at:425 vsctl-bashcomp - argument completion The other failures mostly seem to have the pattern of a "hard failure" in OVS_WAIT_WHILE() or OVS_WAIT_UNTIL() immediately after a "kill -SEGV". It's not clear from a quick look what the root cause might be. Lance _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
