mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
tests: Make updatecoins_simulation_test deterministic
This commit is contained in:
@@ -279,6 +279,8 @@ UtxoData::iterator FindRandomFrom(const std::set<COutPoint> &utxoSet) {
|
|||||||
// has the expected effect (the other duplicate is overwritten at all cache levels)
|
// has the expected effect (the other duplicate is overwritten at all cache levels)
|
||||||
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
|
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
|
||||||
{
|
{
|
||||||
|
SeedInsecureRand(/* deterministic */ true);
|
||||||
|
|
||||||
bool spent_a_duplicate_coinbase = false;
|
bool spent_a_duplicate_coinbase = false;
|
||||||
// A simple map to track what we expect the cache stack to represent.
|
// A simple map to track what we expect the cache stack to represent.
|
||||||
std::map<COutPoint, Coin> result;
|
std::map<COutPoint, Coin> result;
|
||||||
|
|||||||
Reference in New Issue
Block a user