Skip to content

Test disk size integration test based #3614

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
6 changes: 6 additions & 0 deletions .github/workflows/pr-main_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
ETHREX_DEPLOYER_SP1_CONTRACT_ADDRESS=0x00000000000000000000000000000000000000aa \
ETHREX_DEPLOYER_RISC0_CONTRACT_ADDRESS=0x00000000000000000000000000000000000000aa \
ETHREX_DEPLOYER_DEPLOY_BASED_CONTRACTS=true \
COMPOSE_BAKE=true \
docker compose -f docker-compose-l2.yaml up contract_deployer

- name: Install rex
Expand Down Expand Up @@ -189,6 +190,7 @@ jobs:
ETHREX_WATCHER_BLOCK_DELAY=0 \
ETHREX_BASED=true \
ETHREX_STATE_UPDATER_SEQUENCER_REGISTRY="$SEQUENCER_REGISTRY" \
COMPOSE_BAKE=true \
docker compose -f docker-compose-l2.yaml up --detach ethrex_l2

- name: Run test
Expand All @@ -199,6 +201,10 @@ jobs:
PROPOSER_COINBASE_ADDRESS=0x0007a881CD95B1484fca47615B64803dad620C8d cargo test l2 --release -- --nocapture --test-threads=1
killall ethrex_prover -s SIGINT

- name: Print disk usage
if: always()
run: df -h

state-diff-test:
name: State Reconstruction Tests
runs-on: ubuntu-latest
Expand Down
Loading