Skip to content

test: handle Windows connection refusal errors - #967

Merged
ryanfowler merged 1 commit into
mainfrom
fix/windows-test-connection-refused
Aug 8, 2026
Merged

test: handle Windows connection refusal errors#967
ryanfowler merged 1 commit into
mainfrom
fix/windows-test-connection-refused

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • treat Winsock error 10061 as a transient local test-server failure
  • compile the standalone DNS resource parser only on Linux, where it is used

Validation

  • cargo fmt
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --locked --all-features --lib --bins
  • cargo test --locked --all-features --test cli --test formatting --test grpc --test har --test http --test install --test network --test terminal --test update --test websocket -- --test-threads=2

Treat Winsock error 10061 as a transient local server failure. Gate the Linux-only standalone DNS record parser to its target platform.
@ryanfowler
ryanfowler enabled auto-merge August 8, 2026 10:02
@ryanfowler
ryanfowler merged commit b0f4e7d into main Aug 8, 2026
4 checks passed
@ryanfowler
ryanfowler deleted the fix/windows-test-connection-refused branch August 8, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant