mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #425] [MERGED] Cleanup travis #1429
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#1429
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/425
Author: @bluejekyll
Created: 4/24/2018
Status: ✅ Merged
Merged: 4/28/2018
Merged by: @bluejekyll
Base:
master← Head:cleanup-travis📝 Commits (10+)
5b80e9creduce matrix sizeddc81abadd debug info to test scriptd9c296bfix install linedf60e4cfix conditional openssl install289fbb5move -x param in bash scripts46c2880parallel travis tests9ec1491make coverage parallel as well6c9bb57fixup kcov to build tests7ac16b0include resolver in macOS and beta/nightly buildsa09060efix kcov scripts to script📊 Changes
13 files changed (+230 additions, -64 deletions)
View changed files
📝
.travis.yml(+92 -50)📝
scripts/run_clippy.sh(+2 -0)📝
scripts/run_kcov.sh(+5 -1)📝
scripts/run_tests.sh(+13 -13)➕
scripts/test_all_features.sh(+17 -0)➕
scripts/test_default_features.sh(+17 -0)➕
scripts/test_dns_over_native_tls.sh(+9 -0)➕
scripts/test_dns_over_openssl.sh(+11 -0)➕
scripts/test_dns_over_rustls.sh(+9 -0)➕
scripts/test_dnssec_openssl.sh(+13 -0)➕
scripts/test_dnssec_ring.sh(+13 -0)➕
scripts/test_mdns.sh(+12 -0)➕
scripts/test_no_default_features.sh(+17 -0)📄 Description
This cleans up the travis executions. It moves all tests into combined scripts to run each feature across all crates that implement those features. It also runs coverage after each stable linux test run. The features are all run in parallel. By combining the tests on feature, each test run should do the minimal amount of building, as all the crates in that test will have any dependent crates build with those features as well, ideally doing the most minimal work to achieve the goal of testing all variations provided by the library.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.