mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #2752] [MERGED] Fix tests on 0.24 release branch #3286
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#3286
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/2752
Author: @divergentdave
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/7/2025
Merged by: @divergentdave
Base:
release/0.24← Head:david/fix-tests-0.24📝 Commits (9)
ab0059dFix clippy lints51dee96Update openssl105f449Fix example.com tests7c47601Skip requests with DAU option in testsb5e136cRegenerate test private key with correct curvea14a2bdStop filtering RRSIGs by DAU option70cd94aFix IPv6 example.com testsf42e68cFix another example.com testffc859fGate crypto self-test behind OpenSSL feature📊 Changes
28 files changed (+186 additions, -502 deletions)
View changed files
📝
Cargo.lock(+4 -4)📝
bin/tests/named_test_rsa_dnssec.rs(+16 -4)📝
bin/tests/named_tests.rs(+8 -9)📝
crates/async-std-resolver/src/lib.rs(+1 -6)📝
crates/client/src/lib.rs(+1 -5)📝
crates/proto/src/h2/h2_client_stream.rs(+50 -50)📝
crates/proto/src/h3/h3_client_stream.rs(+50 -50)📝
crates/proto/src/rr/domain/name.rs(+1 -1)📝
crates/proto/src/rr/rr_set.rs(+6 -54)📝
crates/proto/src/xfer/dns_response.rs(+1 -1)📝
crates/proto/src/xfer/dnssec_dns_handle.rs(+2 -2)📝
crates/resolver/examples/custom_provider.rs(+2 -14)📝
crates/resolver/src/async_resolver.rs(+9 -81)📝
crates/resolver/src/h2.rs(+2 -28)📝
crates/resolver/src/h3.rs(+2 -28)📝
crates/resolver/src/lib.rs(+2 -12)📝
crates/resolver/src/name_server/name_server_pool.rs(+3 -16)📝
crates/resolver/src/quic.rs(+3 -27)📝
crates/resolver/src/resolver.rs(+2 -28)📝
crates/resolver/src/tls/mod.rs(+1 -15)...and 8 more files
📄 Description
This attempts to fix CI on the release/0.24 branch.
www.example.com(see #2728)SupportedAlgorithms::all().🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.