]> git.feebdaed.xyz Git - 0xmirror/ovs.git/commit
tests: Gracefully handle EADDRINUSE string from musl.
authorIhar Hrachyshka <ihar.hrachyshka@gmail.com>
Mon, 15 Sep 2025 00:50:42 +0000 (20:50 -0400)
committerIlya Maximets <i.maximets@ovn.org>
Fri, 3 Oct 2025 17:48:59 +0000 (19:48 +0200)
commit3b17f003cdcf17b2472a3d0899c8af7571b91758
treec5741a21c6711a11042d5e0ef9c73dcd02970f27
parent735967610108bfd291818339abd8bedba623f96c
tests: Gracefully handle EADDRINUSE string from musl.

Different libc implementations may have different string representations
for the same errno. Service shutdown routines verify that no
*unexpected* warnings are seen in service logs. This makes the test case
fail because a slightly different warning is observed.

This patch makes the test case gracefully handle the musl libc
representation.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
tests/ovsdb-server.at