tor/changes/ticket25995
Nick Mathewson 19b53e2645 Use a deterministic PRNG in test_circuit_timeout()
I'd prefer not to do this for randomized tests, but as things stand
with this test, it produces nondeterministic test coverage.

Closes ticket 25995; bugfix on 0.2.2.2-alpha when this test was
introduced.
2018-05-01 19:34:21 -04:00

6 lines
245 B
Plaintext

o Minor bugfixes (tests):
- While running the circuit_timeout test, fix the PRNG to a deterministic
AES stream, so that the test coverage from this test will itself be
deterministic. Fixes bug 25995; bugfix on 0.2.2.2-alpha.