Skip to content

Commit bdc1cef

Browse files
committed
Merge bitcoin/bitcoin#32507: ci: Exclude failing wallet_reorgsrestore.py from valgrind task for now
fa981b9 ci: Exclude failing wallet_reorgsrestore.py from valgrind task for now (MarcoFalke) Pull request description: Fixes bitcoin/bitcoin#32493 For some reason terminate or kill do not work inside the CI system under valgrind. So disable the test for now, until a solution is found. ACKs for top commit: fanquake: ACK fa981b9 mzumsande: utACK fa981b9 Tree-SHA512: ce591fa7ffffbf757e2c15744e36a9e57300edf743400938e49fd02291f3977c551a3af1635bc7a6ccc1900d5ea150a64ee2ace46c1d765019ab11bd51035139
2 parents c779ee3 + fa981b9 commit bdc1cef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/test/00_setup_env_native_valgrind.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ export CONTAINER_NAME=ci_native_valgrind
1111
export PACKAGES="valgrind python3-zmq libevent-dev libboost-dev libzmq3-dev libsqlite3-dev"
1212
export USE_VALGRIND=1
1313
export NO_DEPENDS=1
14-
export TEST_RUNNER_EXTRA="--exclude feature_init,rpc_bind,feature_bind_extra" # feature_init excluded for now, see https://github.com/bitcoin/bitcoin/issues/30011 ; bind tests excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
14+
15+
# feature_init and wallet_reorgsrestore excluded for now, see https://github.com/bitcoin/bitcoin/issues/32493
16+
# bind tests excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
17+
export TEST_RUNNER_EXTRA="--exclude feature_init,wallet_reorgsrestore,rpc_bind,feature_bind_extra"
18+
1519
export GOAL="install"
1620
# TODO enable GUI
1721
export BITCOIN_CONFIG="\

0 commit comments

Comments
 (0)