run server in same step
Some checks failed
Tests / Run integration tests (pull_request) Failing after 3m35s

This commit is contained in:
Roy Crihfield 2023-09-03 16:09:21 +08:00
parent 247a081994
commit 9be7a19e4e

View File

@ -42,14 +42,15 @@ jobs:
LEVELDB_PATH: ./fixture/chaindata
LEVELDB_ANCIENT: ./fixture/chaindata/ancient
LOG_FILE_PATH: ./server-log
timeout-minutes: 30
run: |
./eth-statediff-service --config ./test/ci-config.toml serve &
# Run a sanity test against the fixture data
# Complete integration tests are TODO
- name: Run test
timeout-minutes: 30
run: |
# # Run a sanity test against the fixture data
# # Complete integration tests are TODO
# - name: Run test
# timeout-minutes: 30
# run: |
./scripts/request-range.sh 0 32 || (E=$?; cat ./server-log; exit $E)
until grep "Finished processing block 32" ./server-log