chain id for int. test
Some checks failed
Tests / Run integration tests (pull_request) Failing after 3m55s
Tests / Run compliance tests (pull_request) Failing after 4m56s

This commit is contained in:
Roy Crihfield 2023-10-03 19:21:30 +08:00
parent ad9e41012c
commit 07fdae78fd

View File

@ -52,7 +52,7 @@ jobs:
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient
LOG_FILE: ./server-log
ETH_GENESIS_BLOCK: "0x37cbb63c7150a7b60f2878433963ed8ba7e5f82fb2683ec7a945c974e1cf4e05"
ETH_CHAIN_ID: 41337
ETH_CHAIN_ID: 4242
timeout-minutes: 30
run: |
./eth-statediff-service --config ./test/ci-config.toml serve &
@ -72,6 +72,8 @@ jobs:
[[ "$(count_results eth.header_cids)" = 33 ]]
[[ "$(count_results eth.state_cids)" = 21 ]]
[[ "$(count_results eth.storage_cids)" = 18 ]]
[[ "$(count_results eth.transaction_cids)" = 10 ]]
[[ "$(count_results eth.receipt_cids)" = 10 ]]
compliance-test:
name: Run compliance tests