Page MenuHomePhabricator

Fix scheduler test race due to BOOST_CHECK in multithreaded context
ClosedPublic

Authored by Fabien on Jul 9 2019, 13:50.

Details

Summary

BOOST_CHECK is not thread safe and will make TSAN to raise a false
race condition in scheduler_tests.

Test Plan

With TSAN enabled:

./src/test/test_bitcoin -t scheduler_tests

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_scheduler_tests_tsan
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6757
Build 11561: Bitcoin ABC Buildbot (legacy)
Build 11560: arc lint + arc unit