mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
e386d61c9b
This test was using the current time to pick the time period number, and a randomly generated hs key. Therefore, it sometimes picked an index that would wrap around the example dht, and sometimes would not. The fix here is just to fix the time period and the public key. Fixes bug 25997; bugfix on 0.3.2.1-alpha.
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
o Minor bugfixes (testing, coverage):
|
|
- Remove randomness from the hs_common/responsible_hsdirs test,
|
|
so that it always takes the same path through the function it tests.
|
|
Fixes bug 25997; bugfix on 0.3.2.1-alpha.
|
|
|