test(e2e): bound fee settings L1 base fee spike - #24355
Merged
spalladino merged 1 commit intoJun 29, 2026
Merged
Conversation
Collaborator
Author
Flakey Tests🤖 says: This CI run detected 2 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
spalladino
approved these changes
Jun 29, 2026
spalladino
marked this pull request as ready for review
June 29, 2026 15:21
spalladino
enabled auto-merge (squash)
June 29, 2026 15:21
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
Investigation
CI failed in
single-node/fees/fee_settings › setting max fee per gas › handles min fee spikes with default paddingatfee_settings.test.ts:225.The failing log shows the fast automined L1 setup left anvil's current base fee at
7,192,495, but the helper raised the next block to the fixed100,000,000floor. That pushed L2 min fees from110,501,300,000to1,031,260,100,000, while the default-padded max fee was only663,007,800,000, so the test's padding assertion failed.Testing
git diff --check./bootstrap.sh cifails immediately on this branch withUnknown command: ci../bootstrap.sh ci-full-no-test-cachewas attempted because that is the CI-log bootstrap mode, but this local container fails before the e2e target:spartanrequires sudo to installkubectl, andnoircannot fetchjust@=1.42.4from crates.io due a tunnel/DNS error.LOG_LEVEL=verbose yarn-project/end-to-end/scripts/run_test.sh simple src/single-node/fees/fee_settings.test.tscannot start locally becauseyarn-project/node_modules/.bin/jestis missing.Created by claudebox · group:
slackbot