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
Lint
Lint Not Applicable
Unit
Tests Not Applicable