mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #936] [MERGED] Prototest #1804
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#1804
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/936
Author: @chunyingw
Created: 12/1/2019
Status: ✅ Merged
Merged: 12/9/2019
Merged by: @bluejekyll
Base:
master← Head:prototest📝 Commits (9)
6f6d91aupdate to tokio 0.2 release9ea9dd4[trust-dns-proto] Refactor tests8dfb4e0[trust-dns-proto] Refactor tests47d14aeMerge branch 'prototest' of https://github.com/chunyingw/trust-dns into prototestf65b15eMerge remote-tracking branch 'upstream/master' into prototest2e33265Merge remote-tracking branch 'upstream/master' into prototest780654a[trust-dns-proto] Refactor testsc9ef024[trust-dns-proto] Refactor testsc266b99Merge branch 'prototest' of https://github.com/chunyingw/trust-dns into prototest📊 Changes
13 files changed (+521 additions, -495 deletions)
View changed files
📝
Cargo.lock(+17 -17)📝
crates/https/Cargo.toml(+1 -1)📝
crates/proto/Cargo.toml(+2 -1)📝
crates/proto/src/lib.rs(+20 -0)📝
crates/proto/src/tcp/tcp_client_stream.rs(+25 -118)📝
crates/proto/src/tcp/tcp_stream.rs(+11 -114)➕
crates/proto/src/tests/mod.rs(+10 -0)➕
crates/proto/src/tests/tcp.rs(+155 -0)➕
crates/proto/src/tests/udp.rs(+236 -0)📝
crates/proto/src/udp/mod.rs(+1 -1)📝
crates/proto/src/udp/udp_client_stream.rs(+12 -131)📝
crates/proto/src/udp/udp_stream.rs(+30 -111)📝
crates/resolver/Cargo.toml(+1 -1)📄 Description
This PR is based on https://github.com/bluejekyll/trust-dns/pull/932/commits/6f6d91a818c7be1deebee91d19a78ad47855b0e3 and will rebase after after
update to tokio 0.2 release #932is merged.And it's ready to be reviewed.
Fixes: #934
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.