]> 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:40:13 +0000 (12:40 -0800)
commit6b16bae8efe53cad0ac72b3394e7473b38c00123
tree930557e2e6e0d086f84c45ec902b1b96b646060c
parentc897ecf7967b5433e9aa45d53b2348452d20810d
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.

(cherry picked from commit 1b22985f2d67b6dd43259e3c6b853498f1cff712)
tests/test_async.py
tests/test_resolver.py
tests/test_resolver_override.py
tests/util.py