Skip to content

ci: bump GitHub Actions to latest major versions#590

Merged
oleg-jukovec merged 2 commits intomasterfrom
bigbes/gh-no-update-gha
May 5, 2026
Merged

ci: bump GitHub Actions to latest major versions#590
oleg-jukovec merged 2 commits intomasterfrom
bigbes/gh-no-update-gha

Conversation

@bigbes
Copy link
Copy Markdown
Collaborator

@bigbes bigbes commented May 5, 2026

Update third-party actions used in workflows to the current major releases so we benefit from upstream bug fixes, Node.js runtime updates, and security patches.

  • actions/checkout v5 -> v6
  • actions/setup-go v5 -> v6
  • actions/cache v4 -> v5
  • actions/download-artifact v5 -> v8

Update third-party actions used in workflows to the current major
releases so we benefit from upstream bug fixes, Node.js runtime
updates, and security patches.

- actions/checkout v5 -> v6
- actions/setup-go v5 -> v6
- actions/cache v4 -> v5
- actions/download-artifact v5 -> v8
@bigbes bigbes requested a review from oleg-jukovec May 5, 2026 11:27
The shared `timeout = defaultCountRetry * tick` constant in
pool/pool_test.go was 2.5s (5 × 500ms). On macOS-15 with the race
detector enabled this was still insufficient for the Eventuallyf
check in TestHandlerUpdateError, which hit the deadline (~2.56s)
waiting for the pool's background role-update cycle to mark
connections as not-connected after switching the cluster to
read-only.

Bump defaultCountRetry from 5 to 20 to extend the shared timeout
to 10s. The poll interval (`tick`) is unchanged, so a higher
ceiling adds no cost on the happy path while giving slow CI
runners enough headroom.

Related to #591
@oleg-jukovec oleg-jukovec merged commit 0330fae into master May 5, 2026
27 checks passed
@oleg-jukovec oleg-jukovec deleted the bigbes/gh-no-update-gha branch May 5, 2026 21:15
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