Skip to content

test(e2e): narrow down sentinel check in multiple_validators_sentinel#23604

Merged
PhilWindle merged 1 commit into
merge-train/spartanfrom
spl/fix-multiple-validators-sentinel-yet-again
May 27, 2026
Merged

test(e2e): narrow down sentinel check in multiple_validators_sentinel#23604
PhilWindle merged 1 commit into
merge-train/spartanfrom
spl/fix-multiple-validators-sentinel-yet-again

Conversation

@spalladino
Copy link
Copy Markdown
Contributor

Instead of checking a range of slots, we only check the slot we're interested in. This prevents any build errors that occured until things got stable from interfering. For instance, the sequencer we stop could cause the next sequencer to miss their block. Looking just into the sentinelSlot removes this indeterminism.

Instead of checking a range of slots, we only check the slot we're
interested in. This prevents any build errors that occured until things
got stable from interfering. For instance, the sequencer we stop could
cause the _next_ sequencer to miss their block. Looking just into the
`sentinelSlot` removes this indeterminism.
@spalladino spalladino added the ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure label May 27, 2026
@PhilWindle PhilWindle merged commit c335146 into merge-train/spartan May 27, 2026
23 of 29 checks passed
@PhilWindle PhilWindle deleted the spl/fix-multiple-validators-sentinel-yet-again branch May 27, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants