mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
test: Seed test RNG context for each test case, print seed
This commit is contained in:
parent
ab765c2ec7
commit
fae43a97ca
9 changed files with 46 additions and 15 deletions
|
|
@ -461,7 +461,7 @@ static std::vector<unsigned char> RandomData()
|
|||
|
||||
BOOST_AUTO_TEST_CASE(rolling_bloom)
|
||||
{
|
||||
SeedInsecureRand(/* deterministic */ true);
|
||||
SeedInsecureRand(SeedRand::ZEROS);
|
||||
g_mock_deterministic_tests = true;
|
||||
|
||||
// last-100-entry, 1% false positive:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue