fix(test): bump L1→L2 wait in e2e_p2p_add_rollup to 300s#23420
Draft
AztecBot wants to merge 1 commit into
Draft
Conversation
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.
The
merge-train/barretenbergtrain PR (#23418, headae4f1646f7) failed CI one2e_p2p/add_rollup.test.tswith:The failure was inside the second
bridging()call — the one targeting the freshly-registered new rollup, executed right after the test warps the L1 clock forward by ~500 epochs. Validator logs show the chain repeatedly attempted to land a checkpoint, hitContract class ... already exists, cannot add again at block 6on store-updater replay, and pruned back to block 15. The L1→L2 message never reached theinboxLag: 2checkpoint the test polls for, and the inner 120 s budget expired.The two commits new to the train in this run (
feat(ci): refresh Chonk inputs (#23400)andfix(ci): harden Chonk refresh post-action (#23419)) touch only CI scripts andbarretenberg/ts/CRS initialization. Nothing in archiver/validator/sequencer/p2p changes, so this is a pre-existing flake on the test, not a regression introduced by the train.This raises the inner wait from 120 s → 300 s. The outer per-test
TIMEOUT=20minyarn-project/end-to-end/bootstrap.shand thejest.setTimeout(20 * 60 * 1000)in the file both stay — neither is hit by this bump.Full diagnosis (validator log excerpts, archiver throw site, ruled-out alternatives): https://gist.github.com/AztecBot/2006827080c810656b90ef3e5c8bd5e7
Failing run: https://github.com/AztecProtocol/aztec-packages/actions/runs/26132528825
Failing log: http://ci.aztec-labs.com/1779234898530459
ClaudeBox log: https://claudebox.work/s/27f13a9bd0fcf5e1?run=1