Make test updatecoins_simulation_test
deterministic.
Can be verified using contrib/test_deterministic_coverage.sh
introduced in #15296.
Related:
Make test updatecoins_simulation_test
deterministic.
Can be verified using contrib/test_deterministic_coverage.sh
introduced in #15296.
Related:
278@@ -279,6 +279,8 @@ UtxoData::iterator FindRandomFrom(const std::set<COutPoint> &utxoSet) {
279 // has the expected effect (the other duplicate is overwritten at all cache levels)
280 BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
281 {
282+ SeedInsecureRand(true);
practicalswift
MarcoFalke
Empact
Labels
Tests