These fixes were identified while working on ovs static musl build for nixpkgs. Some test failures were experienced due to unique build environment; some due to differences between glibc and musl; some due to difference in timing of static executable startup.
v1: - Initial version. v2: - Addressed review comments from Ilya. v3: - Fixed sed pattern to capture EADDRINUSE warning. - Split out changes that remove unnecessary revalidator/wait's. Ihar Hrachyshka (6): tests: Handle duration= with no fractional part. tests: Gracefully handle EADDRINUSE string from musl. tests: Don't fail when test path contains 'p2' string. tests: Ignore no tunnel port error on vswitch stop. tests: Revalidate on flow change in tunnel-push-pop. tests: Remove unnecessary revalidator/wait's. tests/ofproto-dpif.at | 31 +++++++++++++------------------ tests/ovsdb-server.at | 7 +++++-- tests/tunnel-push-pop.at | 27 ++++++++++++++++++++------- tests/tunnel.at | 6 ++---- 4 files changed, 40 insertions(+), 31 deletions(-) -- 2.50.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
