Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-16 | Update test_rebind.py to expect new format. | Nick Mathewson | |
2019-12-12 | python: Add __future__ imports for python 3 compatibility | teor | |
Except for src/ext, which we may not want to modify. Closes ticket 32732. | |||
2019-10-21 | Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.4.2 | teor | |
2019-10-20 | test/rebind: Make control formatting and log parsing more robust | teor | |
* 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. | |||
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1091' into maint-0.3.5 | teor | |
2019-06-10 | Merge branch 'bug30713_035' into bug30713_040 | teor | |
2019-06-10 | Travis: Skip test_rebind on macOS builds | teor | |
Skip test_rebind when the TOR_SKIP_TEST_REBIND environmental variable is set. Skip test_rebind on macOS in Travis builds, because it is unreliable on macOS on Travis. Fixes bug 30713; bugfix on 0.3.5.1-alpha. | |||
2019-05-29 | Merge branch 'tor-github/pr/924' into maint-0.4.0 | George Kadianakis | |
2019-04-10 | test: Also avoid reading the system default torrc in integration tests | teor | |
Part of 29702. | |||
2019-04-10 | Use empty torrc file when launching tor in test_rebind.py | rl1987 | |
2018-12-19 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-12-19 | Merge branch 'ticket28883_035' into maint-0.3.5 | Nick Mathewson | |
2018-12-17 | Create a temporary directory for tor's DataDirectory in test_rebind. | Taylor R Campbell | |
Fixes #28562. While here, put the argument count test and usage message _before_ we attempt to read from sys.argv. | |||
2018-12-17 | test_rebind: wait for tor to timeout, even if it is logging a lot | Nick Mathewson | |
Fixes bug 28883; bugfix on 0.3.5.4-alpha. | |||
2018-12-03 | Print error message we get from socket.connect_ex when it fails | rl1987 | |
2018-12-01 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-12-01 | Also log a Tor log entry when it has a substring we are waiting for | rl1987 | |
2018-12-01 | 1 ms. resolution for Tor logs | rl1987 | |
2018-12-01 | Log everything from tor down to debug loglevel | rl1987 | |
2018-12-01 | In test_rebind.py, log stuff with timestamps | rl1987 | |
2018-11-23 | Create a temporary directory for tor's DataDirectory in test_rebind. | Taylor R Campbell | |
Fixes #28562. While here, put the argument count test and usage message _before_ we attempt to read from sys.argv. | |||
2018-11-02 | Sort the imports in test_rebind.py | teor | |
Cleanup after #27968. | |||
2018-11-02 | Make test_rebind.py timeout when waiting for a log message | teor | |
Closes #27968. | |||
2018-11-02 | Refactor test_rebind.py to consistently print FAIL on failure | teor | |
Part of #27968. | |||
2018-11-02 | Avoid a race condition in test_rebind.py | teor | |
If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown. Fixes part of bug 27968 on 0.3.5.1-alpha. | |||
2018-09-21 | Check Python version in test_rebind.py | rl1987 | |
2018-09-21 | Remove misleading first line in test_rebind.py | rl1987 | |
test_rebind.py actually does not require Python 3. Bugfix on 5a11670fcaad0a58de48425ba80510effbe35628; bug not in any Tor release. | |||
2018-09-12 | Update/fix CI build | rl1987 | |
Update integration test to Python 3 | |||
2018-09-12 | Pick random ports in test_rebind.py | rl1987 | |
2018-09-12 | Tweak test_rebind.py for future-proofness | rl1987 | |
2018-09-12 | Integration test for socket rebinding | rl1987 | |
squash! Integration test for socket rebinding |