]> git.ipfire.org Git - thirdparty/dnspython.git/commit
In tests, work around musl libc and docker issues.
authorBob Halley <halley@dnspython.org>
Sat, 27 Jan 2024 20:38:03 +0000 (12:38 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 27 Jan 2024 20:38:03 +0000 (12:38 -0800)
commit1b22985f2d67b6dd43259e3c6b853498f1cff712
tree801a9f2836e72d050320298df49dcd9594e6ac5d
parent8131d0cf4254d9d42f6e23cde3bcc95ff034d341
In tests, work around musl libc and docker issues.

Specifically: musl libc's getaddrinfo behavior always returns
a canonical name.

Docker's resolver proxy doesn't do dangling CNAMEs correctly
and also answers NXDOMAIN in some cases where it should say
no error, no data.
tests/test_async.py
tests/test_resolver.py
tests/test_resolver_override.py
tests/util.py