mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
coverage: Repeat the test for avoiding failed intro points
This test, in test_client_pick_intro(), will have different coverage depending on whether it selects a good intro point the first time or whether it has to try a few times. Since it produces the shorter coverage with P=1/4, repeat this test 64 times so that it only provides reduced coverage with P=1/2^128. The performance cost is negligible. Closes ticket 25996. This test was introduced in 0.3.2.1-alpha.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes (testing):
|
||||
- Repeat part of the test in test_client_pick_intro() a number of times,
|
||||
to give it consistent coverage. Fixes bug 25996; bugfix on
|
||||
0.3.2.1-alpha.
|
||||
|
||||
Reference in New Issue
Block a user