dash/src/test
UdjinM6 232430fac9
Fix ProcessNewBlock vs EnforceBestChainLock deadlocks in ActivateBestChain (#3492)
* Drop dead code in DoInvalidateBlock

* Let ActivateBestChain skip SyncWithValidationInterfaceQueue when called from IS or CL threads

* Use CL's own scheduler instead of a global one

* Revert "Let ActivateBestChain skip SyncWithValidationInterfaceQueue when called from IS or CL threads"

This reverts commit 1c9f6da50a.
2020-06-09 06:53:16 +03:00
..
data Merge #10699: Make all script validation flags backward compatible 2020-04-05 11:06:13 -05:00
addrman_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
allocator_tests.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
amount_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
arith_uint256_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
base32_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
base58_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
base64_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bip32_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bip39_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
blockchain_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
blockencodings_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bloom_tests.cpp Merge #15324: test: Make bloom tests deterministic 2020-04-14 15:16:51 +02:00
bls_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bswap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
cachemap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
cachemultimap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
checkqueue_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
coins_tests.cpp Merge #10493: Use range-based for loops (C++11) when looping over map elements 2020-04-01 12:43:18 -05:00
compress_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
crypto_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
cuckoocache_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
dbwrapper_tests.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
DoS_tests.cpp Track size of vSendMsg in atomic nSendMsgSize 2020-04-18 21:05:15 +02:00
evo_deterministicmns_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
evo_simplifiedmns_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
getarg_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
governance_validators_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
hash_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
key_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
limitedmap_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
main_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
Makefile
mempool_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
merkle_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
merkleblock_tests.cpp fix 2020-04-08 11:46:27 -05:00
miner_tests.cpp More of 11220 2020-04-06 11:55:59 -05:00
multisig_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
net_tests.cpp Merge #17243: p2p: add PoissonNextSend method that returns mockable time 2020-04-14 13:32:50 +02:00
netbase_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
pmt_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
policyestimator_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
pow_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
prevector_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
privatesend_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
raii_event_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
random_tests.cpp Merge #15324: test: Make bloom tests deterministic 2020-04-14 15:16:51 +02:00
ratecheck_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
README.md Merge #11804: [docs] Fixed outdated link with archive.is 2020-04-05 11:06:12 -05:00
reverselock_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
rpc_tests.cpp Merge #13061: Make tests pass after 2020 2020-04-15 21:01:44 -05:00
sanity_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
scheduler_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_P2PK_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_P2PKH_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_P2SH_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_standard_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
script_tests.cpp remove witness 2020-04-05 11:06:13 -05:00
scriptnum10.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
scriptnum_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
serialize_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
sighash_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
sigopcount_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
skiplist_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
streams_tests.cpp Partial Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost dependency. 2020-04-16 10:24:22 -05:00
subsidy_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
test_dash_fuzzy.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
test_dash_main.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
test_dash.cpp Fix ProcessNewBlock vs EnforceBestChainLock deadlocks in ActivateBestChain (#3492) 2020-06-09 06:53:16 +03:00
test_dash.h Merge #15324: test: Make bloom tests deterministic 2020-04-14 15:16:51 +02:00
timedata_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
torcontrol_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transaction_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
txvalidation_tests.cpp Merge #11746: trivial: Fix unsuccessful typo 2020-04-01 12:43:17 -05:00
txvalidationcache_tests.cpp Merge #10699: Make all script validation flags backward compatible 2020-04-05 11:06:13 -05:00
uint256_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
util_tests.cpp scripted-diff: Rename wallet database classes (begin bitcoin#11851) 2020-05-10 12:13:46 -05:00
versionbits_tests.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00

Compiling/running unit tests

Unit tests will be automatically compiled if dependencies were met in ./configure and tests weren't explicitly disabled.

After configuring, they can be run with make check.

To run the dashd tests manually, launch src/test/test_dash. To recompile after a test file was modified, run make and then run the test again. If you modify a non-test file, use make -C src/test to recompile only what's needed to run the dashd tests.

To add more dashd tests, add BOOST_AUTO_TEST_CASE functions to the existing .cpp files in the test/ directory or add new .cpp files that implement new BOOST_AUTO_TEST_SUITE sections.

To run the dash-qt tests manually, launch src/qt/test/test_dash-qt

To add more dash-qt tests, add them to the src/qt/test/ directory and the src/qt/test/test_main.cpp file.

Running individual tests

test_dash has some built-in command-line arguments; for example, to run just the getarg_tests verbosely:

test_dash --log_level=all --run_test=getarg_tests

... or to run just the doubledash test:

test_dash --run_test=getarg_tests/doubledash

Run test_dash --help for the full list.

Note on adding test cases

The sources in this directory are unit test cases. Boost includes a unit testing framework, and since Dash Core already uses boost, it makes sense to simply use this framework rather than require developers to configure some other framework (we want as few impediments to creating unit tests as possible).

The build system is setup to compile an executable called test_dash that runs all of the unit tests. The main source file is called test_dash.cpp. To add a new unit test file to our test suite you need to add the file to src/Makefile.test.include. The pattern is to create one test file for each class or source file for which you want to create unit tests. The file naming convention is <source_filename>_tests.cpp and such files should wrap their tests in a test suite called <source_filename>_tests. For an example of this pattern, examine uint256_tests.cpp.

For further reading, I found the following website to be helpful in explaining how the boost unit test framework works: http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/.