From faf14755149988af693a267e5073a4b559b961ee Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 26 May 2026 18:15:09 +0200 Subject: [PATCH] ci: Exclude feature_dbcrash.py under --v2transport --usecli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test should now be passing, but it is slow. For example, the commit that enabled the test, took ~47 minutes on a fast CPU, but using a heavy debug build: https://github.com/bitcoin/bitcoin/actions/runs/26434786214/job/77815064664?pr=35363#step:11:4101 ... Model name: AMD Ryzen 9 7950X3D 16-Core Processor ... C++ compiler .......................... GNU 15.2.0, /usr/bin/g++ CMAKE_BUILD_TYPE ...................... Debug Preprocessor defined macros ........... DEBUG DEBUG_LOCKORDER DEBUG_LOCKCONTENTION RPC_DOC_CHECK ABORT_ON_FAILED_ASSUME _GLIBCXX_DEBUG _GLIBCXX_DEBUG_PEDANTIC _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG C++ compiler flags .................... -m64 -O0 -ftrapv -O1 -g3 -g3 -std=c++20 ... ... feature_dbcrash.py | ✓ Passed | 2806 s --- ci/test/00_setup_env_native_alpine_musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/00_setup_env_native_alpine_musl.sh b/ci/test/00_setup_env_native_alpine_musl.sh index 3ab56159a3a..3bad08d6853 100755 --- a/ci/test/00_setup_env_native_alpine_musl.sh +++ b/ci/test/00_setup_env_native_alpine_musl.sh @@ -17,5 +17,5 @@ export BITCOIN_CONFIG="\ -DREDUCE_EXPORTS=ON \ -DCMAKE_BUILD_TYPE=Debug \ " -export TEST_RUNNER_EXTRA="--v2transport --usecli --extended" +export TEST_RUNNER_EXTRA="--v2transport --usecli --extended --exclude feature_dbcrash" # Run extended tests under --usecli and --v2transport, but exclude the very slow dbcrash export BITCOIN_CMD="bitcoin -m" # Used in functional tests