File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ def run_test(self):
161161 assert_equal (len (peer_info ), 1 ) # node is still connected
162162 assert_equal (peer_info [0 ]['permissions' ], ['download' ])
163163
164+ # Ignore non-critical TSan warnings.
165+ self .stop_node (0 , ignored_stderr = "WARNING: too long mutex cycle found" )
166+
164167
165168if __name__ == '__main__' :
166169 MaxUploadTest ().main ()
Original file line number Diff line number Diff line change @@ -29,12 +29,7 @@ race:zmq::*
2929race:bitcoin-qt
3030# deadlock (TODO fix)
3131deadlock:CConnman::ForNode
32- deadlock:CConnman::GetNodeStats
3332deadlock:CChainState::ConnectTip
34- deadlock:UpdateTip
35-
36- # WalletBatch (unidentified deadlock)
37- deadlock:WalletBatch
3833
3934# Intentional deadlock in tests
4035deadlock:TestPotentialDeadLockDetected
You can’t perform that action at this time.
0 commit comments