mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #3284] [MERGED] Fix CI on release branch #3711
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#3711
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/3284
Author: @divergentdave
Created: 9/27/2025
Status: ✅ Merged
Merged: 9/28/2025
Merged by: @djc
Base:
release/0.25← Head:david/fix-ci-0.25📝 Commits (10+)
1193ebftest-data: regenerate test certificatescfbb86fRemove extra blank line after doc comment03f315eMake all of RetrySendStream conditional on featureab23882Ignore large enum variant lintf74bce3Ignore Clippy lint about string indexing6f6a15fRemove unnecessary parentheses in types4af5300Remove unnecessary clone9598a8eIgnore Clippy lints for large error types78497d9Ignore Clippy lint for unnecessary unwrapb44c8c0Replace match with if-let📊 Changes
26 files changed (+331 additions, -342 deletions)
View changed files
📝
Cargo.lock(+12 -34)📝
crates/client/src/client/client.rs(+1 -0)📝
crates/client/src/client/dnssec_client.rs(+1 -1)📝
crates/proto/src/dnssec/dnssec_dns_handle/mod.rs(+2 -0)📝
crates/proto/src/rr/rdata/tlsa.rs(+0 -1)📝
crates/proto/src/serialize/txt/zone.rs(+1 -0)📝
crates/proto/src/xfer/dns_exchange.rs(+1 -0)📝
crates/proto/src/xfer/retry_dns_handle.rs(+6 -0)📝
crates/server/src/authority/catalog.rs(+2 -1)📝
crates/server/src/store/in_memory/inner.rs(+2 -3)📝
tests/integration-tests/tests/integration/client_future_tests.rs(+22 -22)📝
tests/integration-tests/tests/integration/name_server_pool_tests.rs(+2 -1)📝
tests/test-data/ca.der(+0 -0)📝
tests/test-data/ca.key(+50 -50)📝
tests/test-data/ca.pem(+25 -25)📝
tests/test-data/ca.pubkey(+12 -12)📝
tests/test-data/cert-key.pk8(+50 -50)📝
tests/test-data/cert.csr(+23 -23)📝
tests/test-data/cert.key(+50 -50)📝
tests/test-data/cert.p12(+0 -0)...and 6 more files
📄 Description
This cherry-picks or duplicates various fixes from the main branch onto the release/0.25 branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.