Skip to content

Make remote connection tests fast - #124

Merged
luhe19001 merged 1 commit into
mainfrom
fix/remote-test-probe
Aug 31, 2026
Merged

Make remote connection tests fast#124
luhe19001 merged 1 commit into
mainfrom
fix/remote-test-probe

Conversation

@luhe19001

@luhe19001 luhe19001 commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Context

Testing a remote SSH alias could scan remote session history before returning. A working SFTP connection could therefore appear unresponsive.

Changes

  • Make Test connection verify SSH/SFTP readiness without parsing remote session history.
  • Use a request budget aligned with the SSH connection timeout.

Test

  • cd collector && go test ./... — passed
  • cd collector && go vet ./... — passed

@luhe19001
luhe19001 force-pushed the fix/remote-test-probe branch from 9b8fabc to a05c14e Compare August 31, 2026 21:18
@luhe19001 luhe19001 changed the title Make remote connection tests fast and expose collection failures Make remote connection tests fast Aug 31, 2026
@luhe19001 luhe19001 added the bug Something isn't working label Aug 31, 2026
@luhe19001
luhe19001 merged commit 9da3860 into main Aug 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants