mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2711] [MERGED] Add ede-dot-com tests that don't rely on internet name servers #3261
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3261
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/2711
Author: @divergentdave
Created: 1/9/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @divergentdave
Base:
main← Head:david/docker-ede📝 Commits (7)
7f71bfcede-dot-com: ignore failing test0e21ddaede-dot-com: reconcile list of subdomainsf14a978ede-dot-com: unignore passing tests9860cefede-dot-com: add tests using Docker networkebd23c1ede-dot-com: only generate one child zone per testf858555ci: run ede-dot-com tests that don't use internet993bf0eede-dot-com: add reasons to ignore attributes📊 Changes
11 files changed (+1130 additions, -103 deletions)
View changed files
📝
.github/workflows/conformance.yml(+3 -0)📝
conformance/packages/dns-test/src/container.rs(+22 -0)➕
conformance/packages/dns-test/src/docker/ede-dot-com/Dockerfile(+25 -0)➕
conformance/packages/dns-test/src/docker/ede-dot-com/configure_child.sh(+526 -0)➕
conformance/packages/dns-test/src/docker/ede-dot-com/configure_parent.sh(+77 -0)📝
conformance/packages/dns-test/src/fqdn.rs(+8 -0)📝
conformance/packages/dns-test/src/implementation.rs(+13 -15)📝
conformance/packages/dns-test/src/name_server.rs(+6 -0)➕
conformance/packages/dns-test/src/templates/named.ede-dot-com.conf(+13 -0)📝
tests/ede-dot-com/src/lib.rs(+425 -88)📝
tests/ede-dot-com/src/sanity_check.rs(+12 -0)📄 Description
Closes #2491. This adds a separate Dockerfile that builds an older version of BIND, and sets up a Docker network that mirrors
extended-dns-errors.comusing modified versions of the same shell scripts. Separate tests are added to test recursors against subdomains hosted by these locally-run name servers. The offline-only tests are now run in CI, to catch future regressions.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.