Skip to content

fix: increase retry attempts for builtin postgres port conflicts#21796

Merged
f0ssel merged 1 commit intomainfrom
fix-flaky-builtin-postgres
Feb 5, 2026
Merged

fix: increase retry attempts for builtin postgres port conflicts#21796
f0ssel merged 1 commit intomainfrom
fix-flaky-builtin-postgres

Conversation

@f0ssel
Copy link
Collaborator

@f0ssel f0ssel commented Jan 30, 2026

Summary

Fixes flaky TestServer/BuiltinPostgres test caused by port conflicts in CI.

Fix

Increase retry attempts from 3 to 10 for better odds when port conflicts occur.

Fixes coder/internal#1017

@f0ssel f0ssel force-pushed the fix-flaky-builtin-postgres branch 5 times, most recently from 0aa4b28 to 0f4c673 Compare February 2, 2026 15:23
Increase retry count from 3 to 10 to reduce flaky test failures from
port conflicts in CI.

Fixes coder/internal#1017
@f0ssel f0ssel force-pushed the fix-flaky-builtin-postgres branch from 0f4c673 to 6405690 Compare February 2, 2026 15:41
@f0ssel f0ssel merged commit 953a615 into main Feb 5, 2026
29 checks passed
@f0ssel f0ssel deleted the fix-flaky-builtin-postgres branch February 5, 2026 18:36
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flake: TestServer/BuiltinPostgres

2 participants