feat: shutdown refactor#472
Merged
frisitano merged 3 commits intomorty-add-anvil-to-test-fixturefrom Jan 12, 2026
Merged
Conversation
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
|
yiweichi
added a commit
that referenced
this pull request
Feb 6, 2026
* tests: add test fixture for easier abstraction * fix: smol rework * fix: fmt * tests: extend helpers and migrate * tests: answer comments + finish migration * tests: migrate remaining tests * tests: cleaning + fix * tests: disable eth wire bridge * tests: use expect_tx * test: add anvil to test fixture * feat: add test l1 reorg * test: add test_l1_sync_batch_commit * test: add test_l1_sync_batch_finalized * test: add l1 reorg tests * fix: chainspec dev l1 config * fix: ci * improve anvil config * improve comments * fix: l1 sync test && address some comments * fix: l1 reorg test * address comment * feat: use AnvilApi * fix ci * fix: read test tx in one * add test-utils * fix: address comment * test: add test_l1_sync_batch_revert_before_l1_synced * add database to test fixture * fix: test_l1_sync_batch_finalized * update comment * fix: patch svm-rs and svm-rs-builder * clean up anvil_state.json (this is not a fix) * feat: remove svm patch * put finalized_block fix behind #[cfg(feature = test-utils)] * fmt * fix: use database handle from chain-orchastrator handle * feat: add reboot tests (#467) * feat: add reboot to testFixture * feat: add reboot * feat: add reboot * feat: add more test * fix: db * fix: ci * merge mian * fix: tests * fix: ci * fix: ci * increase DEFAULT_EVENT_WAIT_TIMEOUT for ci * make DEFAULT_EVENT_WAIT_TIMEOUT configurable * ci: log failure event waiting * test * feat: shutdown refactor (#472) * shutdown refactor * clean up * use unused ports of anvil and run tests concurrently * fix: comment * fix: merge main conflict * fix: foundry and pprof conflict * fix: conflict * fix: clippy * address comment * fix: reorg to set db l2 head block number * address comment --------- Co-authored-by: Gregory Edison <gregory.edison1993@gmail.com> Co-authored-by: greg <82421016+greged93@users.noreply.github.com> Co-authored-by: frisitano <35734660+frisitano@users.noreply.github.com>
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.
No description provided.