aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket28883
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-17 09:53:17 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-17 09:53:17 -0500
commit315c21d2e200fc45e4886fb7ab32e01a3a8354e9 (patch)
treeac7d32af6330b5913c9662ebaff57d75e3f2c201 /changes/ticket28883
parent94a79981580d6260597f799bc1a163c8e6f07acd (diff)
downloadtor-315c21d2e200fc45e4886fb7ab32e01a3a8354e9.tar.gz
tor-315c21d2e200fc45e4886fb7ab32e01a3a8354e9.zip
test_rebind: wait for tor to timeout, even if it is logging a lot
Fixes bug 28883; bugfix on 0.3.5.4-alpha.
Diffstat (limited to 'changes/ticket28883')
-rw-r--r--changes/ticket288834
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28883 b/changes/ticket28883
new file mode 100644
index 0000000000..1d8b6cb416
--- /dev/null
+++ b/changes/ticket28883
@@ -0,0 +1,4 @@
+ o Minor bugfixes (testing):
+ - Make sure that test_rebind.py actually obeys its timeout, even
+ when it receives a large number of log messages. Fixes bug 28883;
+ bugfix on 0.3.5.4-alpha.