tests: Mark unit test blockfilter_index_initial_sync as non-deterministic
This commit is contained in:
parent
d3a1c2502b
commit
c061be1e2f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ GCOV_EXECUTABLE="gcov"
|
||||||
|
|
||||||
# Disable tests known to cause non-deterministic behaviour and document the source or point of non-determinism.
|
# Disable tests known to cause non-deterministic behaviour and document the source or point of non-determinism.
|
||||||
NON_DETERMINISTIC_TESTS=(
|
NON_DETERMINISTIC_TESTS=(
|
||||||
|
"blockfilter_index_tests/blockfilter_index_initial_sync" # src/checkqueue.h: In CCheckQueue::Loop(): while (queue.empty()) { ... }
|
||||||
"coinselector_tests/knapsack_solver_test" # coinselector_tests.cpp: if (equal_sets(setCoinsRet, setCoinsRet2))
|
"coinselector_tests/knapsack_solver_test" # coinselector_tests.cpp: if (equal_sets(setCoinsRet, setCoinsRet2))
|
||||||
"denialofservice_tests/DoS_mapOrphans" # denialofservice_tests.cpp: it = mapOrphanTransactions.lower_bound(InsecureRand256());
|
"denialofservice_tests/DoS_mapOrphans" # denialofservice_tests.cpp: it = mapOrphanTransactions.lower_bound(InsecureRand256());
|
||||||
"fs_tests/fsbridge_fstream" # deterministic test failure?
|
"fs_tests/fsbridge_fstream" # deterministic test failure?
|
||||||
|
|
Loading…
Reference in a new issue