Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
d80987f
tests: add test fixture for easier abstraction
greged93 Nov 3, 2025
0e79430
Merge branch 'main' into tests/improve-framework
greged93 Nov 3, 2025
395add0
fix: lints
greged93 Nov 3, 2025
3c6f416
fix: smol rework
greged93 Nov 3, 2025
e7da229
fix: fmt
greged93 Nov 3, 2025
81c5db8
tests: extend helpers and migrate
greged93 Nov 5, 2025
2d48822
tests: answer comments + finish migration
greged93 Nov 6, 2025
fe784c1
tests: migrate remaining tests
greged93 Nov 6, 2025
066609d
Merge branch 'main' into tests/improve-framework
greged93 Nov 6, 2025
8c2bfc7
tests: migration after merge
greged93 Nov 6, 2025
a64812f
tests: cleaning + fix
greged93 Nov 6, 2025
02bbc3e
tests: disable eth wire bridge
greged93 Nov 6, 2025
537b6a9
tests: use expect_tx
greged93 Nov 6, 2025
a94f09b
fix: clippy
greged93 Nov 6, 2025
1a95fd3
Merge branch 'main' into tests/improve-framework
greged93 Nov 16, 2025
7d8ab02
chore: answer comments
greged93 Nov 16, 2025
c3a51d6
Merge branch 'main' into tests/improve-framework
yiweichi Nov 17, 2025
361a66e
merge main branch
yiweichi Nov 17, 2025
b50e8c0
test: add anvil to testFixture
yiweichi Nov 17, 2025
c820cbb
test: add anvil to test fixture
yiweichi Nov 18, 2025
3d0c580
Merge branch 'main' into morty-add-anvil-to-test-fixture
yiweichi Nov 18, 2025
4df57f1
feat: add test l1 reorg
yiweichi Nov 20, 2025
46638aa
feat: add test l1 reorg
yiweichi Nov 21, 2025
c703985
Merge branch 'main' into morty-add-anvil-to-test-fixture
yiweichi Nov 21, 2025
82d4178
test: add test_l1_sync_batch_commit
yiweichi Nov 25, 2025
14ccd64
test: add test_l1_sync_batch_finalized
yiweichi Nov 26, 2025
b38b802
test: add l1 reorg tests
yiweichi Nov 27, 2025
8765085
test: add l1 reorg tests
yiweichi Nov 27, 2025
0b8dd48
fix: chainspec dev l1 config
yiweichi Nov 28, 2025
d560c36
Merge branch 'main' into morty-add-anvil-to-test-fixture
yiweichi Nov 28, 2025
371bc70
fix: ci
yiweichi Nov 28, 2025
7672169
improve anvil config
yiweichi Nov 28, 2025
a66cae7
improve comments
yiweichi Nov 28, 2025
1eb8f41
fix: l1 sync test && address some comments
yiweichi Dec 1, 2025
11344f8
fix: l1 reorg test
yiweichi Dec 1, 2025
c50f330
address comment
yiweichi Dec 1, 2025
29dee41
feat: use AnvilApi
yiweichi Dec 2, 2025
6e2db8a
fix ci
yiweichi Dec 2, 2025
c7fa7e4
Merge branch 'main' into morty-add-anvil-to-test-fixture
yiweichi Dec 2, 2025
e7f00c3
fix: read test tx in one
yiweichi Dec 2, 2025
731ae47
add test-utils
yiweichi Dec 2, 2025
5a03a6b
fix ci
yiweichi Dec 2, 2025
10b540c
fix: address comment
yiweichi Dec 2, 2025
926f00e
test: add test_l1_sync_batch_revert_before_l1_synced
yiweichi Dec 2, 2025
a1aac4f
Merge branch 'main' into morty-add-anvil-to-test-fixture
yiweichi Dec 2, 2025
18c2a4c
fix: ci
yiweichi Dec 2, 2025
61ee962
add database to test fixture
yiweichi Dec 2, 2025
618bd53
fix: test_l1_sync_batch_finalized
yiweichi Dec 3, 2025
8c9f40f
update comment
yiweichi Dec 3, 2025
087ff57
fix: patch svm-rs and svm-rs-builder
yiweichi Dec 4, 2025
aad3527
Merge branch 'main' into morty-add-anvil-to-test-fixture
yiweichi Dec 4, 2025
1c168fa
clean up anvil_state.json (this is not a fix)
yiweichi Dec 4, 2025
23c0d99
clean up anvil_state.json (this is not a fix)
yiweichi Dec 4, 2025
b503a8e
feat: remove svm patch
yiweichi Dec 4, 2025
6cbd20d
put finalized_block fix behind #[cfg(feature = test-utils)]
yiweichi Dec 4, 2025
94736e7
fmt
yiweichi Dec 4, 2025
42a991c
fix: use database handle from chain-orchastrator handle
yiweichi Dec 5, 2025
fd91faf
Merge branch 'main' into morty-add-anvil-to-test-fixture
yiweichi Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,32 @@ jobs:
- name: Run integration tests
run: |
cargo nextest run --all-features --workspace --locked \
--no-tests=pass -E 'kind(test) and not test(docker)' \
--no-tests=pass -E 'kind(test) and not test(docker) and not binary(l1_sync)' \
-- --skip test_should_consolidate_to_block_15k

integration-l1-sync:
runs-on:
group: scroll-reth-runner-group
timeout-minutes: 60
env:
RUST_BACKTRACE: 1
steps:
- uses: actions/checkout@v6
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: 'nightly'
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: Run L1 sync integration tests (serial)
run: |
cargo nextest run --all-features --workspace --locked \
--no-tests=pass -E 'binary(l1_sync)' --test-threads=1 \
--failure-output immediate \
--success-output never

integration-docker-compose:
runs-on:
group: scroll-reth-runner-group
Expand Down
Loading
Loading