Skip to content

fix(tests): stabilize cluster restart on arm64#241

Merged
yordis merged 1 commit intomasterfrom
yordis/fix-arm-cluster-restart-test
May 9, 2026
Merged

fix(tests): stabilize cluster restart on arm64#241
yordis merged 1 commit intomasterfrom
yordis/fix-arm-cluster-restart-test

Conversation

@yordis
Copy link
Copy Markdown
Member

@yordis yordis commented May 9, 2026

  • ARM64 runners have less timing headroom while the full suite is under load.
  • This fixture repeatedly restarts a three-node cluster, so noisy scheduling can produce false red builds unrelated to the PR being validated.
  • Keeping this fixture isolated reduces wasted CI cycles on unrelated changes.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented May 9, 2026

PR Summary

Low Risk
Low risk since changes are confined to a flaky integration test; main impact is longer timeouts and forcing non-parallel execution, which may increase CI time but shouldn’t affect production code.

Overview
Improves stability of the when_cluster_nodes_are_restarted integration fixture by disabling parallel execution and increasing timeouts on ARM64 via architecture detection.

The test now uses longer stabilization/restart/Given timeouts on ARM64 to reduce CI flakiness during repeated 3-node cluster restarts.

Reviewed by Cursor Bugbot for commit 41aa74d. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

Warning

Rate limit exceeded

@yordis has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 7 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1330c59c-7a0d-4ea3-b7eb-9d57818ce6d9

📥 Commits

Reviewing files that changed from the base of the PR and between b093a01 and 41aa74d.

📒 Files selected for processing (1)
  • src/EventStore.Core.Tests/Integration/when_cluster_nodes_are_restarted.cs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch yordis/fix-arm-cluster-restart-test

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@yordis yordis merged commit fb5af1f into master May 9, 2026
22 checks passed
@yordis yordis deleted the yordis/fix-arm-cluster-restart-test branch May 9, 2026 16:08
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.

1 participant