test(ci): mark e2e_expiration_timestamp 'invalidates' race as flake#23429
Draft
AztecBot wants to merge 1 commit into
Draft
test(ci): mark e2e_expiration_timestamp 'invalidates' race as flake#23429AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
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.
Summary
Adds
src/e2e_expiration_timestamp.test.tsto.test_patterns.yml, scoped to the"Block header not found in invalidates-the-transaction setup"error, assigned to @PaLLa.Caught the
merge-train/spartanCI hard-fail in run 26156587222 (log 1779271633316976).Root cause
Introduced by #23275 (proposer pipelining migration).
runInvalidatesTestis called twice (no enqueued public call, then with enqueued public call). The first call'scheatCodes.eth.warp(..., { resetBlockInterval: true })jumps L1 ~7 minutes ahead; ~800 ms later the archiver's L1-sync poll detects the gap and prunes L2 back to the last checkpointed block. The second call'sawait aztecNode.getBlockData('latest')races against that prune and briefly returns no header, throwing at line 147.Sibling
enqueuePublicCall=falseinvocation passes because it runs before the warp.Scope
The narrow
error_regexmeans only this specific race triggers the flake path; any other failure ine2e_expiration_timestamp.test.tsstill hard-fails CI.Full analysis: https://gist.github.com/AztecBot/e128c4d2b9cdac4925e59e484c8a39b6
Claudebox log: https://claudebox.work/s/428dc488ec96a70f?run=2
ClaudeBox log: https://claudebox.work/s/428dc488ec96a70f?run=2