[PR #2652] [MERGED] Increase logging to diagnose Windows CI issue #3209

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2652
Author: @divergentdave
Created: 12/7/2024
Status: Merged
Merged: 12/7/2024
Merged by: @djc

Base: mainHead: david/udp-connection-logging


📝 Commits (1)

  • 69a8fbc Increase logging to diagnose Windows CI issue

📊 Changes

3 files changed (+17 additions, -1 deletions)

View changed files

📝 .github/workflows/test.yml (+2 -0)
📝 crates/proto/src/udp/udp_stream.rs (+2 -1)
📝 tests/integration-tests/tests/integration/server_future_tests.rs (+13 -0)

📄 Description

This improves logging in a few ways to help diagnose #2649.

  • Added a trace-level log message showing what UDP port we are attempting to bind.
  • Set up the test tracing subscriber throughout server_future_tests.
  • Set a log filter in the cross-platform test to capture the above UDP port log message.

🔄 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/2652 **Author:** [@divergentdave](https://github.com/divergentdave) **Created:** 12/7/2024 **Status:** ✅ Merged **Merged:** 12/7/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `david/udp-connection-logging` --- ### 📝 Commits (1) - [`69a8fbc`](https://github.com/hickory-dns/hickory-dns/commit/69a8fbcd973d632ae01ca95287eb934d82c81e82) Increase logging to diagnose Windows CI issue ### 📊 Changes **3 files changed** (+17 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+2 -0) 📝 `crates/proto/src/udp/udp_stream.rs` (+2 -1) 📝 `tests/integration-tests/tests/integration/server_future_tests.rs` (+13 -0) </details> ### 📄 Description This improves logging in a few ways to help diagnose #2649. * Added a trace-level log message showing what UDP port we are attempting to bind. * Set up the test tracing subscriber throughout server_future_tests. * Set a log filter in the cross-platform test to capture the above UDP port log message. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:31:10 +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#3209
No description provided.