mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #440] [CLOSED] More tokio clenaups #1437
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#1437
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/440
Author: @Keruspe
Created: 4/30/2018
Status: ❌ Closed
Base:
master← Head:tokio-executor📝 Commits (6)
7775983proto: switch back to tokio_executor::spawnf4dec96resolver: fix some tests4d27a6eresolver: fix testsceb7a5emake ClientFuture::new return a Future9e032f7fix integration tests4aa0b7fupdate tokio📊 Changes
21 files changed (+315 additions, -192 deletions)
View changed files
📝
Cargo.lock(+26 -14)📝
client/src/client/client.rs(+25 -13)📝
client/src/client/client_future.rs(+15 -13)📝
integration-tests/tests/client_future_tests.rs(+30 -21)📝
integration-tests/tests/lookup_tests.rs(+26 -16)📝
integration-tests/tests/mdns_tests.rs(+4 -2)📝
integration-tests/tests/secure_client_handle_tests.rs(+6 -3)📝
proto/Cargo.toml(+1 -1)📝
proto/src/lib.rs(+1 -1)📝
proto/src/xfer/dns_future.rs(+4 -8)📝
proto/src/xfer/secure_dns_handle.rs(+11 -11)📝
resolver/src/dns_sd.rs(+1 -0)📝
resolver/src/lib.rs(+2 -0)📝
resolver/src/name_server_pool.rs(+22 -14)📝
resolver/src/resolver.rs(+20 -7)📝
resolver/src/resolver_future.rs(+76 -47)📝
resolver/src/tls/mod.rs(+1 -0)📝
server/src/server/server_future.rs(+4 -4)📝
server/tests/z_named_native_tls_tests.rs(+4 -2)📝
server/tests/z_named_test_rsa_dnssec.rs(+6 -1)...and 1 more files
📄 Description
Part of #385
Based on #439
Nearly all tests now pass without the threading + run hack, using tokio_executor::spawn.
The server tests hang for some reasons and I won't be able to debug that today I think, all the other ones pass
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.