mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2728] [MERGED] Fix test failures due to example.com changes #3267
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#3267
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/2728
Author: @divergentdave
Created: 1/16/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @djc
Base:
main← Head:david/example-dot-com-changes📝 Commits (1)
66d407bFix test failures due to example.com changes📊 Changes
20 files changed (+107 additions, -324 deletions)
View changed files
📝
bin/tests/integration/forwarder.rs(+4 -4)📝
bin/tests/integration/named_tests.rs(+8 -9)📝
crates/async-std-resolver/src/lib.rs(+1 -6)📝
crates/client/README.md(+8 -7)📝
crates/client/src/tests.rs(+7 -7)📝
crates/proto/src/h2/h2_client_stream.rs(+19 -9)📝
crates/proto/src/h3/h3_client_stream.rs(+19 -9)📝
crates/resolver/README.md(+1 -7)📝
crates/resolver/examples/custom_provider.rs(+2 -14)📝
crates/resolver/src/h2.rs(+2 -28)📝
crates/resolver/src/h3.rs(+2 -28)📝
crates/resolver/src/lib.rs(+1 -6)📝
crates/resolver/src/name_server/name_server_pool.rs(+3 -15)📝
crates/resolver/src/quic.rs(+3 -27)📝
crates/resolver/src/resolver.rs(+16 -61)📝
crates/resolver/src/tests.rs(+1 -13)📝
crates/resolver/src/tls.rs(+1 -15)📝
tests/integration-tests/tests/integration/client_future_tests.rs(+5 -25)📝
tests/integration-tests/tests/integration/client_tests.rs(+2 -20)📝
tests/integration-tests/tests/integration/dnssec_client_handle_tests.rs(+2 -14)📄 Description
This removes or relaxes assertions about responses we get when querying
www.example.com.in tests. It also sets the maximum buffer size in some low-level transport tests. We no longer check the IP address returned, since we could now get almost any Akamai server, instead we just check that we got at least one record, or at least one record of a particular type. Fixes #2724.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.