[PR #138] [MERGED] timeout tests for all socket types #1265

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/138
Author: @bluejekyll
Created: 5/26/2017
Status: Merged
Merged: 5/30/2017
Merged by: @bluejekyll

Base: masterHead: sync_client_timeout


📝 Commits (3)

  • 69f4b7b timeout tests for all socket types
  • 708b9f7 fixes for TCP connection timeout
  • 58586e1 add changelog information

📊 Changes

10 files changed (+569 additions, -241 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 Cargo.lock (+82 -82)
📝 client/src/client/client_future.rs (+126 -36)
📝 client/src/error/client_error.rs (+11 -3)
📝 client/src/tcp/tcp_client_connection.rs (+23 -4)
📝 client/src/tcp/tcp_client_stream.rs (+75 -35)
📝 client/src/tcp/tcp_stream.rs (+44 -4)
📝 server/tests/client_future_tests.rs (+74 -75)
📝 server/tests/client_tests.rs (+52 -1)
📝 server/tests/common/mod.rs (+77 -1)

📄 Description

tests to validate #137


🔄 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/138 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 5/26/2017 **Status:** ✅ Merged **Merged:** 5/30/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `sync_client_timeout` --- ### 📝 Commits (3) - [`69f4b7b`](https://github.com/hickory-dns/hickory-dns/commit/69f4b7ba7c263114b3df2a72030a44d3da617722) timeout tests for all socket types - [`708b9f7`](https://github.com/hickory-dns/hickory-dns/commit/708b9f75d3065c6794c4e37f996ad4011c4be4ba) fixes for TCP connection timeout - [`58586e1`](https://github.com/hickory-dns/hickory-dns/commit/58586e1339b824837439e33ba4f47afc135e7687) add changelog information ### 📊 Changes **10 files changed** (+569 additions, -241 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `Cargo.lock` (+82 -82) 📝 `client/src/client/client_future.rs` (+126 -36) 📝 `client/src/error/client_error.rs` (+11 -3) 📝 `client/src/tcp/tcp_client_connection.rs` (+23 -4) 📝 `client/src/tcp/tcp_client_stream.rs` (+75 -35) 📝 `client/src/tcp/tcp_stream.rs` (+44 -4) 📝 `server/tests/client_future_tests.rs` (+74 -75) 📝 `server/tests/client_tests.rs` (+52 -1) 📝 `server/tests/common/mod.rs` (+77 -1) </details> ### 📄 Description tests to validate #137 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:57:00 +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#1265
No description provided.