Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[E2E Test] Sequencer Rotation happy flow with multiple sequencers coming and syncing over DA #393

Merged
merged 4 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
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
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -250,10 +250,13 @@ e2e-test-fullnode-sync-block-sync-evm: clean-e2e

e2e-test-fullnode-disconnect-block-sync-evm: clean-e2e
cd tests && go test -timeout=30m -race -v -run TestSync_BlockSync_fn_disconnect_EVM .

e2e-test-sequencer-rotation-oneseq-p2p-evm: clean-e2e
cd tests && go test -timeout=45m -race -v -run Test_SqcRotation_OneSqc_P2P_EVM .

e2e-test-sequencer-rotation-mulseq-da-evm: clean-e2e
cd tests && go test -timeout=30m -race -v -run Test_SeqRotation_MulSeq_DA_EVM .

e2e-test-sequencer-rotation-multi-seq-p2p-evm: clean-e2e
cd tests && go test -timeout=30m -race -v -run Test_SqcRotation_MulSqc_P2P_EVM .

Loading