Skip to content

Commit

Permalink
Fixed follow up finalization check
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Dec 6, 2023
1 parent f7a3ce1 commit 32bae47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/actions/run-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ runs:
if: inputs.follow-up-finalization-check == 'true'
shell: bash
run: |
./.github/scripts/run_e2e_test.sh -t finalization::finalization
./.github/scripts/run_e2e_test.sh -t finalization::finalization \
-a '${{ steps.pull-aleph-e2e-client.outputs.image }}'
4 changes: 2 additions & 2 deletions scripts/synthetic-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ e2e-tests$ cd ..
# run tests for the block sync component
aleph-node$ VALIDATOR_COUNT=7 NETWORK="synthetic-network" NODE_URL="ws://Node0:9944" ./.github/scripts/run_e2e_test.sh -t test::sync -n 7
# another example
aleph-node$ .github/scripts/run_e2e_test.sh -t high_out_latency_for_all
aleph-node$ .github/scripts/run_e2e_test.sh -t high_out_latency_for_all -a public.ecr.aws/p6e8q1z1/aleph-e2e-client:latest
```

There's a `OUT_LATENCY` env which control output latency in e2e tests. If not specified, there's 200ms
default used:
```shell
OUT_LATENCY=300 .github/scripts/run_e2e_test.sh -t high_out_latency_for_all -n 5
OUT_LATENCY=300 .github/scripts/run_e2e_test.sh -t high_out_latency_for_all -n 5 -a public.ecr.aws/p6e8q1z1/aleph-e2e-client:latest
```

If you'd like to start `run_consensus_synthetic-network.sh` again, run below command first.
Expand Down

0 comments on commit 32bae47

Please sign in to comment.