Boost does not handle asserts well in unit tests. Encountering one causes
test_bitcoin to hang indefinitely. This may explain the occassional timeouts we're
experiencing in CI.
Backport of Core PR18183
Differential D8014
test: Set catch_system_errors=no on boost unit tests jasonbcox on Oct 20 2020, 23:46. Authored by Tags None Subscribers None
Details
Boost does not handle asserts well in unit tests. Encountering one causes Backport of Core PR18183 Introduce assert(0); into a unit test, then: ninja check
Diff Detail
Event Timeline
|