Files
bitcoin/src
MarcoFalke fa1bc1fe51 test: Check btcsignals determinism in thread_safety test case
The test only checked that the single atomic value is greater than 3000.
However, by splitting the atomic into two, one can do one exact check,
and also increase the lower bound on the inexact check.

Also, test disconnect races for every second step, instead of only once
at the end (likely when only one thread is running anyway).

Both changes make the test stricter and may catch non-determinism issues
that are not detected by sanitizers alone.

The test added in this commit should also pass when applied on top of
commit 63c68e2a3f, which is still using
the boost implementation.
2026-06-11 21:31:41 +02:00
..
2026-05-21 17:53:56 +02:00
2026-06-04 21:58:56 +10:00
2026-04-20 08:55:51 +02:00
2026-05-12 21:24:19 +02:00
2026-06-04 21:58:56 +10:00
2026-05-12 21:24:19 +02:00
2026-04-28 10:37:15 +02:00