Skip to content

test: shift test ports to avoid linux ephemeral port range#2588

Merged
kgala2 merged 1 commit intomainfrom
fix-test-ports
Apr 16, 2026
Merged

test: shift test ports to avoid linux ephemeral port range#2588
kgala2 merged 1 commit intomainfrom
fix-test-ports

Conversation

@hessjcg
Copy link
Copy Markdown
Collaborator

@hessjcg hessjcg commented Apr 16, 2026

This change moves the hardcoded ports in proxy_test.go from the 50000-60000 range to the 24000-26000 range. The linux ephemeral port range typically starts at port 32768 (or 36000), which was causing intermittent 'address already in use' failures in the tests.

This change moves the hardcoded ports in proxy_test.go from the 50000-60000 range
to the 24000-26000 range. The linux ephemeral port range typically starts at 
port 32768 (or 36000), which was causing intermittent 'address already in use' 
failures in the tests.
@hessjcg hessjcg requested a review from a team as a code owner April 16, 2026 23:22
@kgala2 kgala2 merged commit bad432f into main Apr 16, 2026
16 checks passed
@kgala2 kgala2 deleted the fix-test-ports branch April 16, 2026 23:33
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.

2 participants