fanquake
39e66e938f
build: use header-only Boost unit test
3 years ago
Hennadii Stepanov
96c7db9373
test: Add ios_base::width tsan suppression
3 years ago
Hennadii Stepanov
f2ef5a8afd
test: Fix TSan suppression
...
This change fixes locally running tests.
4 years ago
MarcoFalke
fadea0bf37
Revert "test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles"
...
I can no longer observe the need for this suppression.
This reverts commit fa1fc536bb
.
4 years ago
MarcoFalke
fadbd99885
test: Remove spurious double lock tsan suppressions by bumping to clang-12
4 years ago
MarcoFalke
fab19871ba
test: Document race:validation_chainstatemanager_tests suppression
4 years ago
James O'Beirne
4d8de04f32
tests: add snapshot activation test
4 years ago
Anthony Towns
a568b82feb
net_processing: split PeerManager into interface and implementation classes
4 years ago
MarcoFalke
e669c3156f
Merge #20748 : test: Add race:SendZmqMessage tsan suppression
...
fa957f8dc9
test: Add race:SendZmqMessage tsan suppression (MarcoFalke)
Pull request description:
Add suppression for `race:SendZmqMessage`, which isn't covered by the existing `zmq::*` suppression
Fixes #20618
ACKs for top commit:
hebasto:
re-ACK fa957f8dc9
, as my previous comment is not directly related to this pull changes.
Tree-SHA512: 8642a8b79bbfa4bee89042b66e528f27fd78c5e84a33023df440662e9114e31445fd7b04940f44b11fa4ab7438d346385a21816289c818cce9958a9b16730452
4 years ago
MarcoFalke
fa957f8dc9
test: Add race:SendZmqMessage tsan suppression
4 years ago
Hennadii Stepanov
3e1571285f
Update TSan suppressions
4 years ago
Hennadii Stepanov
d71e29e3e8
qa: Correct epoll_ctl data race suppression
...
Fixup of #20218 . Comments must start from the beginning of the line.
4 years ago
Hennadii Stepanov
e1e68b6305
test: Fix inconsistent lock order in wallet_tests/CreateWallet
4 years ago
fanquake
c82336c493
Remove references to CreateWalletFromFile
...
CWallet::CreateWalletFromFile() was removed in
8b5e7297c0
but these references remain.
4 years ago
MarcoFalke
fa949b3c13
test: Suppress epoll_ctl data race
4 years ago
John Newbery
58bd369b0d
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
...
-BEGIN VERIFY SCRIPT-
sed -i 's/PeerLogicValidation/PeerManager/g' $(git grep -l PeerLogicValidation ./src ./test)
sed -i 's/peer_logic/peerman/g' $(git grep -l peer_logic ./src ./test)
-END VERIFY SCRIPT-
PeerLogicValidation was originally net_processing's implementation to
the validation interface. It has since grown to contain much of
net_processing's logic. Therefore rename it to reflect its
responsibilities.
Suggested in
https://github.com/bitcoin/bitcoin/pull/10756#pullrequestreview-53892618 .
4 years ago
MarcoFalke
fa1fc536bb
test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles
4 years ago
Hennadii Stepanov
9a2f12680b
ci: Add tsan suppression for race in DatabaseBatch
4 years ago
Hennadii Stepanov
a76dafa51d
ci: Add tsan suppression for race in BerkeleyBatch
4 years ago
MarcoFalke
fa12d8d3ed
ci: Add tsan suppression for race in wallet
4 years ago
MarcoFalke
fa7b46cc91
test: Add BerkeleyDatabase tsan suppression
4 years ago
MarcoFalke
fa7e002d52
ci: tsan with wallet
5 years ago
MarcoFalke
fa563cef61
test: Add more tsan suppressions
5 years ago
MarcoFalke
fa906bf298
test: Extend tsan suppressions for clang stdlib
5 years ago
MarcoFalke
fa3cc0bfc4
test: Remove unsafe BOOST_TEST_MESSAGE
5 years ago
MarcoFalke
fa37e0a68b
test: Show debug log on unit test failure
5 years ago
practicalswift
6c10037f72
rpc: Fix data race (UB) in InterruptRPC()
6 years ago
practicalswift
eaf4070e3a
Add suppression for InterruptRPC (fRPCRunning) data race
6 years ago
practicalswift
069752b726
build: Enable functional tests in the ThreadSanitizer (TSan) build job
6 years ago
Hennadii Stepanov
c5ed6e73d3
Move CheckBlock() call to critical section
...
This prevents data race for CBlock::fChecked.
6 years ago
MarcoFalke
89bf196c88
travis: Run thread sanitizer
6 years ago