aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Start rolling out leak detection in netlibAldo Cortesi2016-06-141-13/+1
|
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-4/+3
| | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable
* More explicit name for the tcp.Server handler counterAldo Cortesi2016-06-031-2/+2
|
* Implement a service connection handler counter, use it in Pathod test suiteAldo Cortesi2016-06-031-0/+15
| | | | Lots of failures, but that's a good thing.
* Make last_log actually return last logAldo Cortesi2016-06-021-1/+1
|
* pathod.test shouldn't use the API at allAldo Cortesi2016-06-021-11/+0
|
* Since we have locks over the logs, use direct access rather than API ↵Aldo Cortesi2016-06-021-5/+3
| | | | requests to get to them
* Bump error timeoutAldo Cortesi2016-06-021-1/+1
|
* Remove debug printAldo Cortesi2016-06-021-1/+0
|
* Add expect_log to the pathod test truss, and use it for last_logAldo Cortesi2016-06-021-1/+15
|
* py3++Maximilian Hils2016-03-201-2/+2
|
* py3++: cStringIOMaximilian Hils2016-03-201-2/+2
|
* combine projectsMaximilian Hils2016-02-181-0/+103