From 674c7e75f358b635b5d86d95fc9af630bbc7edea Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Thu, 28 Sep 2023 00:02:07 +0800 Subject: [PATCH] use the old fixture --- .gitea/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 2453578..5fb8dcb 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 ]]