test: Suppress epoll_ctl data race #20218
pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:2010-testSuppWalletRace changing 1 files +1 −0-
MarcoFalke commented at 12:21 pm on October 22, 2020: memberHappens intermittently: https://cirrus-ci.com/task/5462892373868544?command=ci#L5385
-
DrahtBot added the label Tests on Oct 22, 2020
-
MarcoFalke commented at 5:05 pm on November 10, 2020: member@hebasto I agree, but until someone figured out where the issue happens and how to fix it, we should suppress the intermittent failures, because they are hurting the project.
-
in test/sanitizer_suppressions/tsan:23 in fa5c8f4b70 outdated
19@@ -20,6 +20,7 @@ race:fHaveGenesis 20 race:ProcessNewBlock 21 race:ThreadImport 22 race:LoadWallet 23+race:MaybeCompactWalletDB
hebasto commented at 8:25 pm on November 10, 2020:0race:epoll_ctl
as log contains
0SUMMARY: ThreadSanitizer: data race (/tmp/cirrus-ci-build/ci/scratch/build/bitcoin-x86_64-pc-linux-gnu/src/bitcoind+0x8e332) in epoll_ctl
?
MarcoFalke commented at 9:10 am on November 11, 2020:thanks, fixedhebasto commented at 8:32 pm on November 10, 2020: memberApproach ACK fa5c8f4b7027200d8f54aad83ab5c1bfc5a42c90.
It seems the data race in
epoll_ctl
could be false positive, and be caused by clang tsan instrumentation code (e.g., https://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20131007/190642.html). But not for sure, of course.Also there is a possibility that this issue is/will be fixed in newer
libevent
versions.MarcoFalke renamed this:
test: Suppress MaybeCompactWalletDB data race
test: Suppress epoll_ctl data race
on Nov 11, 2020test: Suppress epoll_ctl data race fa949b3c13MarcoFalke force-pushed on Nov 11, 2020hebasto approvedhebasto commented at 9:21 am on November 11, 2020: memberACK fa949b3c1325693ea7ecc5556b2de50d2a6c9ead, I have reviewed the code and it looks OK, I agree it can be merged.DrahtBot commented at 1:47 pm on November 11, 2020: memberThe following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Conflicts
Reviewers, this pull request conflicts with the following ones:
- #15719 (Wallet passive startup by ryanofsky)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
MarcoFalke merged this on Nov 11, 2020MarcoFalke closed this on Nov 11, 2020
MarcoFalke deleted the branch on Nov 11, 2020MarcoFalke commented at 12:42 pm on December 3, 2020: memberNot sure why, but this doesn’t work:
https://cirrus-ci.com/task/5734386425397248?command=ci#L5451
hebasto commented at 12:48 pm on December 3, 2020: memberNot sure why, but this doesn’t work:
https://cirrus-ci.com/task/5734386425397248?command=ci#L5451
Indeed (
hebasto referenced this in commit d71e29e3e8 on Dec 22, 2020hebasto commented at 3:36 pm on December 22, 2020: memberNot sure why, but this doesn’t work:
https://cirrus-ci.com/task/5734386425397248?command=ci#L5451
See #20745.
MarcoFalke referenced this in commit 9286b1cbce on Dec 22, 2020mjdietzx referenced this in commit 5461c46e86 on Dec 26, 2020Fabcien referenced this in commit b3c5178d5e on Dec 22, 2021DrahtBot locked this on Feb 15, 2022Labels
Tests
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 21:12 UTC
More mirrored repositories can be found on mirror.b10c.me