fix: increase minFeePadding in e2e_bot bridge resume tests#20945
Closed
AztecBot wants to merge 1 commit into
Closed
fix: increase minFeePadding in e2e_bot bridge resume tests#20945AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
PhilWindle
approved these changes
Feb 27, 2026
5e30055 to
d290ee2
Compare
auto-merge was automatically disabled
March 3, 2026 21:08
Pull request was closed
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