test: Explain how to reproduce zmq:: upstream race

This commit is contained in:
MarcoFalke
2025-06-08 09:55:16 +02:00
parent e2174378aa
commit fa4b659dcd

View File

@@ -6,8 +6,6 @@
# race (TODO fix)
race:LoadWallet
race:DatabaseBatch
race:zmq::*
race:bitcoin-qt
# deadlock (TODO fix)
# To reproduce, see:
@@ -17,13 +15,18 @@ deadlock:Chainstate::ConnectTip
# Intentional deadlock in tests
deadlock:sync_tests::potential_deadlock_detected
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
# Wildcard for all of the gui, should be replaced with non-wildcard suppressions
race:bitcoin-qt
race:src/qt/test/*
deadlock:src/qt/test/*
# External libraries
# ------------------
race:libzmq
# To reproduce, build from depends with CFLAGS='-O0 -g' CXXFLAGS='-O0 -g'
race:zmq::*
# Intermittent issues
# -------------------
#