Add suppression for race:SendZmqMessage, which isn't covered by the existing zmq::* suppression
Fixes #20618
Add suppression for race:SendZmqMessage, which isn't covered by the existing zmq::* suppression
Fixes #20618
24 | @@ -25,8 +25,8 @@ race:WalletBatch::WriteHDChain 25 | race:BerkeleyBatch 26 | race:BerkeleyDatabase 27 | race:DatabaseBatch 28 | +race:SendZmqMessage
Thanks, done
ACK fa1d34993f345b2e799baf53174dd258d91f4db1, I have reviewed the code and it looks OK, I agree it can be merged.
re-ACK fa867daff99bbb2fa2e511f18cac7138e0bd5145
restored the zmq::* one because it was working and needed
re-ACK fa957f8dc9990e4479e4d2af46a63ceae89cd39b, as my previous comment is not directly related to this pull changes.
And one more question: if race:zmq::* does almost all zmq-related job, what is the reason to have race:libzmq?
Maybe it was needed when we still used the libzmq3-dev apt package, and not depends?