From 11cc6aaaef111b7b7fc17dce781bf2edf802574f Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 16 Feb 2026 10:04:54 +0800 Subject: [PATCH] fix(ci): update api compare test lotus image with F3 initial power table --- scripts/tests/api_compare/.env | 2 +- scripts/tests/api_compare/docker-compose.yml | 1 - scripts/tests/api_compare/filter-list | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/tests/api_compare/.env b/scripts/tests/api_compare/.env index b5853de78944..03c529fb2eca 100644 --- a/scripts/tests/api_compare/.env +++ b/scripts/tests/api_compare/.env @@ -1,6 +1,6 @@ # Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.34.4-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:9a3b79788-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345 diff --git a/scripts/tests/api_compare/docker-compose.yml b/scripts/tests/api_compare/docker-compose.yml index 4407ad5fc1eb..3221ce40ae84 100644 --- a/scripts/tests/api_compare/docker-compose.yml +++ b/scripts/tests/api_compare/docker-compose.yml @@ -183,7 +183,6 @@ services: - LOTUS_CHAINSTORE_ENABLESPLITSTORE=false - LOTUS_SYNC_BOOTSTRAP_PEERS=1 - FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http - - LOTUS_DISABLE_F3_SUBSYSTEM=1 entrypoint: ["/bin/bash", "-c"] command: - | diff --git a/scripts/tests/api_compare/filter-list b/scripts/tests/api_compare/filter-list index d6196d5c8e75..0656b736d920 100644 --- a/scripts/tests/api_compare/filter-list +++ b/scripts/tests/api_compare/filter-list @@ -1,4 +1,2 @@ # This list contains potentially broken methods (or tests) that are ignored. # They should be considered bugged, and not used until the root cause is resolved. -# Disable until a new lotus image with calibnet F3 initial power table is published -!Filecoin.F3