Bitcoin Core 30.99.0
P2P Digital Currency
Functions | Variables
chainstate_write_tests.cpp File Reference
#include <test/util/setup_common.h>
#include <validation.h>
#include <validationinterface.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for chainstate_write_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (chainstate_write_interval, TestingSetup)
 
 BOOST_FIXTURE_TEST_CASE (write_during_multiblock_activation, TestChain100Setup)
 

Variables

static constexpr auto DATABASE_WRITE_INTERVAL_MIN {50min}
 
static constexpr auto DATABASE_WRITE_INTERVAL_MAX {70min}
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE() [1/2]

BOOST_FIXTURE_TEST_CASE ( chainstate_write_interval  ,
TestingSetup   
)

Definition at line 17 of file chainstate_write_tests.cpp.

Here is the call graph for this function:

◆ BOOST_FIXTURE_TEST_CASE() [2/2]

BOOST_FIXTURE_TEST_CASE ( write_during_multiblock_activation  ,
TestChain100Setup   
)

Definition at line 52 of file chainstate_write_tests.cpp.

Here is the call graph for this function:

Variable Documentation

◆ DATABASE_WRITE_INTERVAL_MAX

constexpr auto DATABASE_WRITE_INTERVAL_MAX {70min}
staticconstexpr

Definition at line 13 of file chainstate_write_tests.cpp.

◆ DATABASE_WRITE_INTERVAL_MIN

constexpr auto DATABASE_WRITE_INTERVAL_MIN {50min}
staticconstexpr

Definition at line 12 of file chainstate_write_tests.cpp.