Refactor to use statediff plugin #1

Merged
roysc merged 27 commits from refactor-use-plugin into v5 2023-09-29 18:43:28 +00:00
Showing only changes of commit 674c7e75f3 - Show all commits

View File

@ -51,8 +51,8 @@ jobs:
env: env:
SNAPSHOT_MODE: postgres SNAPSHOT_MODE: postgres
SNAPSHOT_BLOCK_HEIGHT: 10 SNAPSHOT_BLOCK_HEIGHT: 10
LEVELDB_PATH: ./fixtures/chaindata/_data/small2 LEVELDB_PATH: ./fixtures/chaindata/_data/small
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small2/ancient LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient
run: | run: |
until until
ready_query='select max(version_id) from goose_db_version;' ready_query='select max(version_id) from goose_db_version;'
@ -70,5 +70,5 @@ jobs:
} }
set -x set -x
[[ "$(count_results eth.header_cids)" = 1 ]] [[ "$(count_results eth.header_cids)" = 1 ]]
[[ "$(count_results eth.state_cids)" = 273 ]] [[ "$(count_results eth.state_cids)" = 5 ]]
[[ "$(count_results eth.storage_cids)" = 31 ]] [[ "$(count_results eth.storage_cids)" = 13 ]]