On 9/15/25 2:50 AM, Ihar Hrachyshka wrote: > 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(-) >
Thanks Ihar and Mike! Since most of the changes in this set are just general test fixes, I applied the whole thing and backported down to 3.3. I fixed one typo and removed the unnecessary [0] in the patch about "p2" before applying. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
