Fix concurrency and tests #4

Merged
roysc merged 6 commits from fix-test-chain-config into v5 2023-10-04 07:44:45 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ad9e41012c - Show all commits

View File

@ -52,6 +52,7 @@ jobs:
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient
LOG_FILE: ./server-log
ETH_GENESIS_BLOCK: "0x37cbb63c7150a7b60f2878433963ed8ba7e5f82fb2683ec7a945c974e1cf4e05"
ETH_CHAIN_ID: 41337
timeout-minutes: 30
run: |
./eth-statediff-service --config ./test/ci-config.toml serve &
@ -121,6 +122,7 @@ jobs:
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small2/ancient
ETH_GENESIS_BLOCK: "0x8a3c7cddacbd1ab4ec1b03805fa2a287f3a75e43d87f4f987fcc399f5c042614"
ETH_CHAIN_CONFIG: ./eth-statediff-service/test/ci-chain.json
ETH_CHAIN_ID: 1212
run: |
until
ready_query='select max(version_id) from goose_db_version;'

View File

@ -48,7 +48,6 @@ export DATABASE_PASSWORD="password"
export ETH_NODE_ID=test-node
export ETH_CLIENT_NAME=test-client
export ETH_NETWORK_ID=test-network
export ETH_CHAIN_ID=1212
export SERVICE_HTTP_PATH='127.0.0.1:8545'
export LOG_LEVEL=debug