stem
stem copied to clipboard
Python controller library for Tor
When Tor is running as a daemon, its stderr is only used for real errors that we should probably be paying attention to. But there are still cases (see https://github.com/torproject/stem/issues/52#issuecomment-577932788)...
Once we fix Tor's Travis `make test-stem` timeouts, we should update Stem's Travis CI config, based on Chutney's Travis CI config. Chutney's config provides a combination of OSes, Tor versions,...
**Migrated from ticket [30257](https://trac.torproject.org/projects/tor/ticket/30257).** In #30234, we got the tor logs, but the USR1 and ABRT signals sent by timelimit to test_stem.py aren't being propagated to tor: ``` Apr 22...
**Migrated from ticket [30595](https://trac.torproject.org/projects/tor/ticket/30595).** ``` doctest... success (0.08s) No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself....
**Migrated from ticket [32049](https://trac.torproject.org/projects/tor/ticket/32049).** Running [my ps.py](https://github.com/toralf/torutils/blob/master/ps.py) for about 30 minutes at a Tor relay gives ``` port # opened closed max ( proc:9051, 6630 conns 0.24 sec ) 5222...
**Migrated from ticket [32719](https://trac.torproject.org/projects/tor/ticket/32719).** Stem has a few references to tor's pre-0.3.5 directory structure in its documentation. We should update them based on the new subdirectories in 0.3.5 and later.
**Migrated from ticket [23057](https://trac.torproject.org/projects/tor/ticket/23057).** Recently our Jenkins, which run Stem's tests, hosts upgraded their Debian distribution. Doing so caused our test_connections_by_sockstat to start failing... ``` ====================================================================== FAIL: test_connections_by_sockstat ---------------------------------------------------------------------- Traceback...
**Migrated from ticket [15260](https://trac.torproject.org/projects/tor/ticket/15260).** Minor thing but our tutorials could look a little nicer. We use iconic images for the tutorial listing, but the tutorials themselves are often a wall...
**Migrated from ticket [31593](https://trac.torproject.org/projects/tor/ticket/31593).** From [here](https://trac.torproject.org/projects/tor/ticket/31554#comment:2) please add an alias to run_tests.py that runs all the tests that use a local tor binary. Maybe it could be called RUN_TOR_TESTS? We...
**Migrated from ticket [13910](https://trac.torproject.org/projects/tor/ticket/13910).** Txtorcon uses a few neat things, one of them is [Coveralls](https://coveralls.io/r/meejah/txtorcon). This does a nice job of gamifying code coverage, and might be fun to do...