![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <addresstype.h>#include <blockfilter.h>#include <chain.h>#include <chainparams.h>#include <coins.h>#include <common/args.h>#include <consensus/validation.h>#include <index/base.h>#include <index/blockfilterindex.h>#include <index/coinstatsindex.h>#include <index/txindex.h>#include <index/txospenderindex.h>#include <interfaces/chain.h>#include <kernel/types.h>#include <key.h>#include <node/context.h>#include <primitives/block.h>#include <script/script.h>#include <sync.h>#include <test/util/mining.h>#include <test/util/setup_common.h>#include <test/util/time.h>#include <test/util/validation.h>#include <tinyformat.h>#include <util/byte_units.h>#include <util/check.h>#include <util/fs.h>#include <validation.h>#include <boost/test/unit_test.hpp>#include <chrono>#include <functional>#include <future>#include <memory>#include <string>#include <thread>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | IndexReorgCrash |
Typedefs | |
| using | IndexFactory = std::function< std::unique_ptr< BaseIndex >(node::NodeContext &)> |
Functions | |
| BOOST_FIXTURE_TEST_CASE (baseindex_no_commit_ahead_of_flush, TestChain100Setup) | |
| BOOST_FIXTURE_TEST_CASE (index_unclean_shutdown, TestChain100Setup) | |
| BOOST_FIXTURE_TEST_CASE (index_reorg_crash, TestChain100Setup) | |
Variables | |
| static const std::vector< std::pair< std::string, IndexFactory > > | INDEX_FACTORIES |
| using IndexFactory = std::function<std::unique_ptr<BaseIndex>(node::NodeContext&)> |
Definition at line 47 of file baseindex_tests.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | baseindex_no_commit_ahead_of_flush | , |
| TestChain100Setup | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | index_reorg_crash | , |
| TestChain100Setup | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | index_unclean_shutdown | , |
| TestChain100Setup | |||
| ) |
|
static |
Definition at line 49 of file baseindex_tests.cpp.