![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <sync.h>#include <test/util/coins.h>#include <test/util/random.h>#include <test/util/setup_common.h>#include <validation.h>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (getcoinscachesizestate) | |
| Verify that Chainstate::GetCoinsCacheSizeState() switches from OK→LARGE→CRITICAL at the expected utilization thresholds, first with no mempool head-room, then with additional mempool head-room. More... | |
| BOOST_AUTO_TEST_CASE | ( | getcoinscachesizestate | ) |
Verify that Chainstate::GetCoinsCacheSizeState() switches from OK→LARGE→CRITICAL at the expected utilization thresholds, first with no mempool head-room, then with additional mempool head-room.
Definition at line 18 of file validation_flush_tests.cpp.