fix: skip avm_mega_bulk.test.ts in CI to prevent rare timeout flake#20952
Draft
AztecBot wants to merge 1 commit intomerge-train/spartanfrom
Draft
fix: skip avm_mega_bulk.test.ts in CI to prevent rare timeout flake#20952AztecBot wants to merge 1 commit intomerge-train/spartanfrom
AztecBot wants to merge 1 commit intomerge-train/spartanfrom
Conversation
The test is already describe.skip (meant for local measurements only) but was still being run as a CI test command. Rarely, Jest --forceExit fails to kill the node process after the test suite finishes, causing a 600s timeout that blocks merge-train/spartan. Adding to .test_patterns.yml with skip: true prevents the CI command from being generated at all.
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
Skips
avm_mega_bulk.test.tsin CI by adding it to.test_patterns.ymlwithskip: true.This test is already
describe.skipin source (meant for local measurements only), but CI still generates a test command for it. Rarely, Jest--forceExitfails to terminate the node process after the skipped test suite completes in ~2s, causing the process to hang for the full 600s timeout.Test history shows this is a rare flake (~2 occurrences out of 30+ recent runs), but when it hits, it blocks the merge-train.
Evidence
Test plan
avm_mega_bulk.test.tsfrom CI test commandsavm_opcode_spam.test.ts,avm_proven_gadgets.test.ts) are NOT affectedClaudeBox log