fix(e2e): backport epochs l1 reorgs test deflake (#20999)#23072
Merged
PhilWindle merged 1 commit intoMay 8, 2026
Conversation
Use same structure as the handles missed message inserted by an L1 reorg test to wait for checkpoint when sending L2 txs to help trigger mbps. Co-authored-by: danielntmd <danielntmd@nethermind.io> (cherry picked from commit 3c007ed)
Collaborator
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
PhilWindle
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport of #20999 to fix flaky e2e test
e2e_epochs/epochs_l1_reorgs > updates L1 to L2 messages changed due to an L1 reorgonbackport-to-v4-staging.The test sends L2 txs to trigger multi-block checkpoints, but did not wait for them to land in a checkpoint before proceeding, causing
assertMultipleBlocksPerSlotto fail intermittently. Adopts the samewaitUntilCheckpointNumberpattern already used in the siblinghandles missed message inserted by an L1 reorgtest.Observed failure: http://ci.aztec-labs.com/17fa3667c0ba92e6
Original PR: #20999 (already on
v4-nextandnext).Test plan