diff options
author | Matt Traudt <sirmatt@ksu.edu> | 2016-10-03 21:09:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-26 16:37:16 -0400 |
commit | 7ba0ae942638794c4c1e80e0ff3fb9eca514839c (patch) | |
tree | 6d3c855e5d12fc4a340cdc1a020a221859062d8f /changes | |
parent | 909ee0e55fa7f03b8b85bc220ba11d91cb495d06 (diff) | |
download | tor-7ba0ae942638794c4c1e80e0ff3fb9eca514839c.tar.gz tor-7ba0ae942638794c4c1e80e0ff3fb9eca514839c.zip |
Add consensus weight calculation tests
Diffstat (limited to 'changes')
-rw-r--r-- | changes/14881 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/14881 b/changes/14881 index a8ca9c9c6f..76ea009e22 100644 --- a/changes/14881 +++ b/changes/14881 @@ -2,3 +2,6 @@ - Add new consensus method that initializes bw weights to 1 instead of 0. This prevents a zero weight from making it all the way to the end (happens in small testing networks) and causing an error. Fixes bug 14881. + + o Minor features (unit tests): + - Add test for networkstatus_compute_bw_weights_v10 |