diff options
author | teor <teor@torproject.org> | 2019-08-06 01:33:14 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-20 20:09:35 +1000 |
commit | cf2b00d3f50f3421c3c22777113e25d5f7812e67 (patch) | |
tree | 4de6d577e5d237b02ce219f8067c8b53062992ab /changes/bug31837 | |
parent | 02840169d860384257042bdf6d7601c2bf48b47b (diff) | |
download | tor-cf2b00d3f50f3421c3c22777113e25d5f7812e67.tar.gz tor-cf2b00d3f50f3421c3c22777113e25d5f7812e67.zip |
test/rebind: Make control formatting and log parsing more robust
* actually sleep when tor has not logged anything
* log at debug level when waiting for tor to log something
* backslash-replace bad UTF-8 characters in logs
* format control messages as ASCII: tor does not accept UTF-8 control commands
Fixes bug 31837; bugfix on 0.3.5.1-alpha.
Diffstat (limited to 'changes/bug31837')
-rw-r--r-- | changes/bug31837 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug31837 b/changes/bug31837 new file mode 100644 index 0000000000..0f976edfe0 --- /dev/null +++ b/changes/bug31837 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing): + - When testing port rebinding, don't busy-wait for tor to log. Instead, + actually sleep for a short time before polling again. Also improve the + formatting of control commands and log messages. + Fixes bug 31837; bugfix on 0.3.5.1-alpha. |