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
4 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