mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #95] [MERGED] feature matrix for tests #1236
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#1236
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/95
Author: @bluejekyll
Created: 2/27/2017
Status: ✅ Merged
Merged: 2/28/2017
Merged by: @bluejekyll
Base:
master← Head:bfry/test-feature-matrix📝 Commits (7)
501f01ffeature matrix for tests960e632make tls optional in client42c74a8fix matrix default optionsdb74548fix coverage9a64f68fix path references for coverage reports1957f12remove min version, not passingee913f0add Changelog messages📊 Changes
16 files changed (+419 additions, -341 deletions)
View changed files
📝
.travis.yml(+28 -4)📝
CHANGELOG.md(+2 -0)📝
client/Cargo.toml(+11 -3)📝
client/src/client/client.rs(+7 -6)📝
client/src/client/mod.rs(+3 -1)📝
client/src/lib.rs(+5 -2)📝
client/src/rr/dnssec/key_format.rs(+128 -108)📝
client/src/rr/dnssec/mod.rs(+2 -0)📝
client/src/rr/dnssec/signer.rs(+204 -206)📝
client/tests/tls_stream_tests.rs(+6 -0)📝
scripts/run_kcov.sh(+2 -1)📝
scripts/run_tests.sh(+9 -3)📝
server/Cargo.toml(+2 -0)📝
server/src/named.rs(+5 -5)📝
server/tests/named_test_configs/dns_over_tls.toml(+1 -1)📝
server/tests/z_named_tests.rs(+4 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.