mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Merge #19422: ci: Add tsan suppression for race in wallet
fa12d8d3ed
ci: Add tsan suppression for race in wallet (MarcoFalke)
Pull request description:
Workaround to fix #19417 (Intermittent CI failure)
Top commit has no ACKs.
Tree-SHA512: 2d68783d6db1bf425ce830cb23eab2f7fa3b9ee18cfb08665e4187196af571547206646dc6dfac0b4444e3dc6c4c13ae45efb09607d2d50df20a3d0a4eec98bd
This commit is contained in:
commit
d77170d526
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ race:CConnman::ThreadMessageHandler
|
|||
race:fHaveGenesis
|
||||
race:ProcessNewBlock
|
||||
race:ThreadImport
|
||||
race:LoadWallet
|
||||
race:WalletBatch::WriteHDChain
|
||||
race:BerkeleyDatabase
|
||||
race:zmq::*
|
||||
|
|
Loading…
Reference in a new issue