use the old fixture
Some checks failed
Test / Run unit and integration tests (pull_request) Failing after 4m8s
Some checks failed
Test / Run unit and integration tests (pull_request) Failing after 4m8s
This commit is contained in:
parent
29a470378d
commit
674c7e75f3
@ -51,8 +51,8 @@ jobs:
|
||||
env:
|
||||
SNAPSHOT_MODE: postgres
|
||||
SNAPSHOT_BLOCK_HEIGHT: 10
|
||||
LEVELDB_PATH: ./fixtures/chaindata/_data/small2
|
||||
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small2/ancient
|
||||
LEVELDB_PATH: ./fixtures/chaindata/_data/small
|
||||
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient
|
||||
run: |
|
||||
until
|
||||
ready_query='select max(version_id) from goose_db_version;'
|
||||
@ -70,5 +70,5 @@ jobs:
|
||||
}
|
||||
set -x
|
||||
[[ "$(count_results eth.header_cids)" = 1 ]]
|
||||
[[ "$(count_results eth.state_cids)" = 273 ]]
|
||||
[[ "$(count_results eth.storage_cids)" = 31 ]]
|
||||
[[ "$(count_results eth.state_cids)" = 5 ]]
|
||||
[[ "$(count_results eth.storage_cids)" = 13 ]]
|
||||
|
Loading…
Reference in New Issue
Block a user