diff options
author | MrSquanchee <usuraj35@gmail.com> | 2020-04-04 17:49:50 +0530 |
---|---|---|
committer | MrSquanchee <usuraj35@gmail.com> | 2020-07-31 21:10:54 +0530 |
commit | 708f51637f138a14e5093e442f5ba7b5f8f2479d (patch) | |
tree | 4712da397f9c7dda79d7dab07f1ece242a3e628a /changes | |
parent | b5068e4826df147e61205aea8d8df247968c7a0a (diff) | |
download | tor-708f51637f138a14e5093e442f5ba7b5f8f2479d.tar.gz tor-708f51637f138a14e5093e442f5ba7b5f8f2479d.zip |
Added tests for bandwidth functions
Added tests for
1. commit_max
2. advance_obs
3. add_obs
4. rep_hist_fill_bandwidth_history
5. rep_hist_get_bandwidth_lines
Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33812 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket33812 b/changes/ticket33812 new file mode 100644 index 0000000000..bf8dd6e442 --- /dev/null +++ b/changes/ticket33812 @@ -0,0 +1,7 @@ + o Code simplification and refactoring: + - Move the bandwidth structure and function declarations + to new file. Include this module in other files. + Remove REPHIST_PRIVATE. + o Testing: + - Add unit tests for bandwidth statistics manipulation functions. + Closes ticket 33812. Patch by MrSquanchee |