mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 09:15:04 +02:00
ci: Exclude feature_dbcrash.py under --v2transport --usecli
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user