[PR #2869] [MERGED] Add test for handling of unknown record types #3383

Closed
opened 2026-03-16 11:40:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2869
Author: @divergentdave
Created: 3/17/2025
Status: Merged
Merged: 3/18/2025
Merged by: @djc

Base: mainHead: david/conformance-unknown-record-type-transparency


📝 Commits (1)

  • 4f3bb76 Add test for handling of unknown record types

📊 Changes

7 files changed (+144 additions, -1 deletions)

View changed files

📝 conformance/Cargo.lock (+1 -0)
📝 conformance/packages/conformance-tests/src/resolver/dns.rs (+1 -0)
conformance/packages/conformance-tests/src/resolver/dns/rfc3597.rs (+55 -0)
📝 conformance/packages/dns-test/Cargo.toml (+1 -0)
📝 conformance/packages/dns-test/src/record.rs (+84 -1)
📝 tests/e2e-tests/Cargo.lock (+1 -0)
📝 tests/ede-dot-com/Cargo.lock (+1 -0)

📄 Description

This extends dns-test's support for records of unknown types, and adds a test checking that resolvers can transparently handle a record with an unknown record type.


🔄 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/2869 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `david/conformance-unknown-record-type-transparency` --- ### 📝 Commits (1) - [`4f3bb76`](https://github.com/hickory-dns/hickory-dns/commit/4f3bb760e246854a2ba811a24f76ee82438d76cb) Add test for handling of unknown record types ### 📊 Changes **7 files changed** (+144 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `conformance/Cargo.lock` (+1 -0) 📝 `conformance/packages/conformance-tests/src/resolver/dns.rs` (+1 -0) ➕ `conformance/packages/conformance-tests/src/resolver/dns/rfc3597.rs` (+55 -0) 📝 `conformance/packages/dns-test/Cargo.toml` (+1 -0) 📝 `conformance/packages/dns-test/src/record.rs` (+84 -1) 📝 `tests/e2e-tests/Cargo.lock` (+1 -0) 📝 `tests/ede-dot-com/Cargo.lock` (+1 -0) </details> ### 📄 Description This extends `dns-test`'s support for records of unknown types, and adds a test checking that resolvers can transparently handle a record with an unknown record type. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:40:39 +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#3383
No description provided.