Skip to content

Commit a17f69f

Browse files
committed
Drop some TSan suppressions
1 parent 537ed17 commit a17f69f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

test/functional/feature_maxuploadtarget.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

165168
if __name__ == '__main__':
166169
MaxUploadTest().main()

test/sanitizer_suppressions/tsan

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ race:zmq::*
2929
race:bitcoin-qt
3030
# deadlock (TODO fix)
3131
deadlock:CConnman::ForNode
32-
deadlock:CConnman::GetNodeStats
3332
deadlock:CChainState::ConnectTip
34-
deadlock:UpdateTip
35-
36-
# WalletBatch (unidentified deadlock)
37-
deadlock:WalletBatch
3833

3934
# Intentional deadlock in tests
4035
deadlock:TestPotentialDeadLockDetected

0 commit comments

Comments
 (0)