Skip to content

Commit c061be1

Browse files
tests: Mark unit test blockfilter_index_initial_sync as non-deterministic
1 parent d3a1c25 commit c061be1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/devtools/test_deterministic_coverage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ GCOV_EXECUTABLE="gcov"
1414

1515
# Disable tests known to cause non-deterministic behaviour and document the source or point of non-determinism.
1616
NON_DETERMINISTIC_TESTS=(
17+
"blockfilter_index_tests/blockfilter_index_initial_sync" # src/checkqueue.h: In CCheckQueue::Loop(): while (queue.empty()) { ... }
1718
"coinselector_tests/knapsack_solver_test" # coinselector_tests.cpp: if (equal_sets(setCoinsRet, setCoinsRet2))
1819
"denialofservice_tests/DoS_mapOrphans" # denialofservice_tests.cpp: it = mapOrphanTransactions.lower_bound(InsecureRand256());
1920
"fs_tests/fsbridge_fstream" # deterministic test failure?

0 commit comments

Comments
 (0)