Add e2e preconf load test + remove blutgang/nginx + save logs on err + more#3042
Open
fridrik01 wants to merge 1 commit intoadd-preconf-supportfrom
Open
Add e2e preconf load test + remove blutgang/nginx + save logs on err + more#3042fridrik01 wants to merge 1 commit intoadd-preconf-supportfrom
fridrik01 wants to merge 1 commit intoadd-preconf-supportfrom
Conversation
a2068a3 to
36b9093
Compare
36b9093 to
3a05e9b
Compare
3a05e9b to
2d79a9e
Compare
2d79a9e to
7a78c2b
Compare
7a78c2b to
275fca9
Compare
275fca9 to
92a94fc
Compare
92a94fc to
735d488
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## add-preconf-support #3042 +/- ##
=======================================================
- Coverage 61.50% 61.49% -0.01%
=======================================================
Files 366 366
Lines 17862 17862
=======================================================
- Hits 10986 10985 -1
- Misses 5998 5999 +1
Partials 878 878
🚀 New features to boost your workflow:
|
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.
This PR adds preconf load test with a new
e2e_preconf_load_test.gothat sends eth transfers through the preconf RPC node, measures flashblock inclusion latency (p50/p99), and verifies state consistency against the standard RPC under sustained load with background mempool pressure.Thie PR is slightly larger than expected as it made some optimizations/changes to our kurtosis env to make sure we can sustain this load, including:
DialWithPoolingfor high-concurrency RPC clients to avoid ephemeral port exhaustion under load.admin_addPeercalls to ensure that tx gossip does maximum one hop between sequencer and RPC/full nodes when no seed nodes are configured.TearDownSuitenow writes all service logs toe2e-logs/<testname>when any test fails, for easier post-mortem debugging.Note: this PR overrides the bera-reth tag to use latest commit on this PR berachain/bera-reth#214.
Test plan
Run the
e2e_preconf_load_testtest: