Skip to content

fix: repair merged host-port integration - #262

Merged
inureyes merged 1 commit into
mainfrom
fix/integration-258-260-host-port
Aug 3, 2026
Merged

fix: repair merged host-port integration#262
inureyes merged 1 commit into
mainfrom
fix/integration-258-260-host-port

Conversation

@inureyes

@inureyes inureyes commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

Validation

  • cargo fmt --check
  • CARGO_TARGET_DIR=/home/inureyes/Development/backend.ai/bssh/target cargo test --lib to_socket_addrs_with_hostname
  • CARGO_TARGET_DIR=/home/inureyes/Development/backend.ai/bssh/target cargo check --lib --tests
  • CARGO_TARGET_DIR=/home/inureyes/Development/backend.ai/bssh/target cargo clippy --lib --tests -- -D warnings

Refs #243.
Refs #257.

Restore the &[SocketAddr] host_port implementation that was auto-merged into the test module when PR #260 and PR #258 landed together.

Keep the first-address hostname tests from #243 and the host-port parsing tests from #257 in one valid test module so both behaviors remain covered.

Validation: cargo fmt --check; CARGO_TARGET_DIR=/home/inureyes/Development/backend.ai/bssh/target cargo test --lib to_socket_addrs_with_hostname; CARGO_TARGET_DIR=/home/inureyes/Development/backend.ai/bssh/target cargo check --lib --tests; CARGO_TARGET_DIR=/home/inureyes/Development/backend.ai/bssh/target cargo clippy --lib --tests -- -D warnings.
@inureyes inureyes added status:review Under review type:bug Something isn't working priority:medium Medium priority issue labels Aug 3, 2026
@inureyes
inureyes merged commit 71b412f into main Aug 3, 2026
3 checks passed
@inureyes
inureyes deleted the fix/integration-258-260-host-port branch August 3, 2026 11:11
@inureyes inureyes added status:done Completed and removed status:review Under review labels Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:medium Medium priority issue status:done Completed type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant