fix: increase minFeePadding in e2e_bot bridge resume tests#20945
Open
AztecBot wants to merge 1 commit intomerge-train/spartanfrom
Open
fix: increase minFeePadding in e2e_bot bridge resume tests#20945AztecBot wants to merge 1 commit intomerge-train/spartanfrom
AztecBot wants to merge 1 commit intomerge-train/spartanfrom
Conversation
… flaky gas fee failures Gas fees can escalate >10x during rapid block building in the test environment. The previous 10x padding (minFeePadding: 9) was insufficient — the failing test saw fees rise ~13.4x between estimation and processing. Increased to 100x (minFeePadding: 99) for both bridge resume tests, with the second test being especially susceptible because changing salt triggers additional bridge operations.
PhilWindle
approved these changes
Feb 27, 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
Fixes flaky
e2e_bottest failure on merge-train/spartan caused by gas fee escalation beyond the 10x padding.does not reuse prior bridge claims if recipient address changestest was failing because gas fees rose ~13.4x between fee estimation and transaction processingminFeePadding: 9(10x multiplier) added in chore: increase max fee bots use in tests #20867 was insufficient for this test, which builds many blocks due to bridge operations from earlier tests plus its own additional bridge claimminFeePaddingfrom 9 to 99 (100x) for both bridge resume tests to handle worst-case fee volatilityError:
maxFeesPerGas.feePerL2Gas must be greater than or equal to gasFees.feePerL2Gas, but got maxFeesPerGas.feePerL2Gas=698400000 and gasFees.feePerL2Gas=932800000Test plan
ClaudeBox log