Skip to content

Commit fa0b766

Browse files
author
MarcoFalke
committed
test: Remove intermittent and presumed fixed tsan race suppressions
LoadWallet was added in commit d77170d, which points to a traceback with BerkeleyBatch in it. Now that BDB is removed, this can be removed as well. The race in DatabaseBatch was added in commit fd59670, which does not point to a traceback. This was likely also fixed with the BDB removal. If not, the suppressions should be added back, mentioning that they are intermittent and including a traceback and possibly steps to reproduce.
1 parent fa4b659 commit fa0b766

File tree

1 file changed

+0
-4
lines changed
  • test/sanitizer_suppressions

1 file changed

+0
-4
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
#
44
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
55

6-
# race (TODO fix)
7-
race:LoadWallet
8-
race:DatabaseBatch
9-
106
# deadlock (TODO fix)
117
# To reproduce, see:
128
# https://github.com/bitcoin/bitcoin/issues/19303#issuecomment-1514926359

0 commit comments

Comments
 (0)