From e1aed14226c5ec28f71fa942bd82d2f07a952e3d Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Thu, 31 Aug 2023 18:45:37 +0400 Subject: [PATCH] .github: Add flag to enable metabase resync Add flag to enable metabase resync on start. This flag will be false by default and will not change the behavior of the system in any way. These changes are needed for system tests, tests will change the RESYNC_METABASE flag. https://github.com/nspcc-dev/neofs-testcases/issues/556 Signed-off-by: Oleg Kulachenko --- .github/testcases-env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/testcases-env b/.github/testcases-env index eefeab45b3..f14391b42c 100644 --- a/.github/testcases-env +++ b/.github/testcases-env @@ -7,6 +7,9 @@ CA_CERTS_TRUSTED_STORE=./vendor/certs BASTION_VERSION=10 BASTION_IMAGE=debian +# Flag to enable metabase resync on start +RESYNC_METABASE=false + # NeoGo privnet #CHAIN_PATH="/path/to/devenv.dump.gz" CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.17.0/devenv_mainchain.gz"