diff options
| author | practicalswift <[email protected]> | 2019-06-04 12:28:04 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2019-06-04 12:28:04 +0200 |
| commit | c061be1e2f59f0533487d6cbc7c20d0f0d987439 (patch) | |
| tree | 4efe25767b308dfd8837541311cd3dd1c9911434 | |
| parent | Merge #16124: tests: Limit Python linting to files in the repo (diff) | |
| download | discoin-c061be1e2f59f0533487d6cbc7c20d0f0d987439.tar.xz discoin-c061be1e2f59f0533487d6cbc7c20d0f0d987439.zip | |
tests: Mark unit test blockfilter_index_initial_sync as non-deterministic
| -rwxr-xr-x | contrib/devtools/test_deterministic_coverage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/devtools/test_deterministic_coverage.sh b/contrib/devtools/test_deterministic_coverage.sh index 16d03e1ff..88ac85002 100755 --- a/contrib/devtools/test_deterministic_coverage.sh +++ b/contrib/devtools/test_deterministic_coverage.sh @@ -14,6 +14,7 @@ GCOV_EXECUTABLE="gcov" # Disable tests known to cause non-deterministic behaviour and document the source or point of non-determinism. 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)) "denialofservice_tests/DoS_mapOrphans" # denialofservice_tests.cpp: it = mapOrphanTransactions.lower_bound(InsecureRand256()); "fs_tests/fsbridge_fstream" # deterministic test failure? |