mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
24299d385d
This change should make it impossible for the monotonic time to roll over from one EWMA tick to the next during this test, and make it so that this test never invokes scale_active_circuits() (which it doesn't test). (Earlier changes during the 0.3.4 series should make this call even rarer than it was before, since we fixed #25927 and removed cached_gettimeofday. Because this test didn't update cached_gettimeofday, the chance of rolling over a 10-second interval was much higher.) Closes ticket 25994; bugfix on 0.3.3.1-alpha when this test was introduced.
6 lines
310 B
Plaintext
6 lines
310 B
Plaintext
o Minor bugfixes (tests):
|
|
- Change the behavior of the "channel/outbound" test so that it never
|
|
causes a 10-second rollover for the EWMA circuitmux code. Previously,
|
|
this behavior would happen randomly, and result in fluctuating test
|
|
coverage. Fixes bug 25994; bugfix on 0.3.3.1-alpha.
|