Refactor to use plugeth-statediff #1

Merged
roysc merged 19 commits from refactor-use-plugin into v5 2023-09-28 04:04:01 +00:00
Showing only changes of commit 9be7a19e4e - Show all commits

View File

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