Skip to content

Go Debug fallback ports collides with internal testing environments#4306

Merged
pfcoperez merged 1 commit into
mainfrom
fix/local-dev-env/go-debug-colliding-ports
May 14, 2026
Merged

Go Debug fallback ports collides with internal testing environments#4306
pfcoperez merged 1 commit into
mainfrom
fix/local-dev-env/go-debug-colliding-ports

Conversation

@pfcoperez

Copy link
Copy Markdown
Member

In #4216, we exposed Go debug port for services in local dev-env.

The sample .env.example ports for these were carefully chosen so they wouldn't collide with ClickHouse internal testing tooling:

peerdb/.env.example

Lines 69 to 71 in 1bce75b

# DOCKER_GO_DEBUG_PORT_FLOW_WORKER=14001
# DOCKER_GO_DEBUG_PORT_FLOW_SNAPSHOT_WORKER=14002
# DOCKER_GO_DEBUG_PORT_FLOW_API=14003

But the fallback ports in Tiltfile didn't fall into the same range. This PR fixes the fallback ports.

@pfcoperez pfcoperez requested a review from a team as a code owner May 14, 2026 09:36
@pfcoperez pfcoperez enabled auto-merge (squash) May 14, 2026 09:36
@claude

claude Bot commented May 14, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@pfcoperez pfcoperez merged commit 97a1624 into main May 14, 2026
14 checks passed
@pfcoperez pfcoperez deleted the fix/local-dev-env/go-debug-colliding-ports branch May 14, 2026 09:53
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