diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-06-25 16:29:53 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-06-25 16:43:10 +0000 |
commit | 83483bd4f6326b519871208b3e5af4ae01f13179 (patch) | |
tree | e39eda0c5f4b1dcd8f2ba751d2ef82395503b04c /changes/ticket40419 | |
parent | 9085508310ab06c2b7ed0650e77dbe86023095f3 (diff) | |
download | tor-83483bd4f6326b519871208b3e5af4ae01f13179.tar.gz tor-83483bd4f6326b519871208b3e5af4ae01f13179.zip |
Enable deterministic RNG for address set tests.
This patch enables the deterministic RNG for address set tests,
including the tests which uses address set indirectly via the nodelist
API.
This should prevent random test failures in the highly unlikely case of
a false positive which was seen in tor#40419.
See: tpo/core/tor#40419.
Diffstat (limited to 'changes/ticket40419')
-rw-r--r-- | changes/ticket40419 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40419 b/changes/ticket40419 new file mode 100644 index 0000000000..0004329662 --- /dev/null +++ b/changes/ticket40419 @@ -0,0 +1,3 @@ + o Minor features (testing): + - Enable the deterministic RNG for unit tests that covers the address set + bloomfilter-based API's. Fixes bug 40419; bugfix on 0.3.3.2-alpha. |