[PR #95] [MERGED] feature matrix for tests #1236

Closed
opened 2026-03-16 01:55:37 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: bfry/test-feature-matrix


📝 Commits (7)

  • 501f01f feature matrix for tests
  • 960e632 make tls optional in client
  • 42c74a8 fix matrix default options
  • db74548 fix coverage
  • 9a64f68 fix path references for coverage reports
  • 1957f12 remove min version, not passing
  • ee913f0 add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/95 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 2/27/2017 **Status:** ✅ Merged **Merged:** 2/28/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `bfry/test-feature-matrix` --- ### 📝 Commits (7) - [`501f01f`](https://github.com/hickory-dns/hickory-dns/commit/501f01fd75022af9ff6a867cb4078543e59ea82a) feature matrix for tests - [`960e632`](https://github.com/hickory-dns/hickory-dns/commit/960e632282ad2883698b9220d03718b537d7b1c9) make tls optional in client - [`42c74a8`](https://github.com/hickory-dns/hickory-dns/commit/42c74a85621bd3bfb62097a2d4797c7a4fe3c961) fix matrix default options - [`db74548`](https://github.com/hickory-dns/hickory-dns/commit/db7454880dd7839b36b7032ff473ecde2cb42fbf) fix coverage - [`9a64f68`](https://github.com/hickory-dns/hickory-dns/commit/9a64f68993ddd8fc935e55e67b65f75cb629f663) fix path references for coverage reports - [`1957f12`](https://github.com/hickory-dns/hickory-dns/commit/1957f12ebea04d990dfd0b2ba826e306c6c2c475) remove min version, not passing - [`ee913f0`](https://github.com/hickory-dns/hickory-dns/commit/ee913f09b4eb36dc3e08509e21bcf02444cbd037) add Changelog messages ### 📊 Changes **16 files changed** (+419 additions, -341 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:55:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1236
No description provided.