David Wilson
1faf0b8371
mitop: more dead code
2018-03-19 21:35:37 +05:45
David Wilson
fbe9611942
More dead code, some comments.
2018-03-19 21:35:37 +05:45
David Wilson
70443b44a9
mitop: Remove dead code
2018-03-19 21:35:37 +05:45
David Wilson
fba3eaa6d1
mitop: Remove dead code
2018-03-19 21:35:37 +05:45
David Wilson
271fed0fd6
Import mitop example script.
2018-03-19 21:35:37 +05:45
David Wilson
b7a9aa46cf
core: More robust shutdown
...
Now there is a separate SHUTDOWN message that relies only on being
received by the broker thread, the main thread can be hung horribly and
the process will still eventually receive a SIGTERM.
2018-03-19 21:35:37 +05:45
David Wilson
32d029ed75
Add test that hangs the main thread during shutdown.
2018-03-19 21:35:37 +05:45
David Wilson
3285fc2f75
Implement test_aborted_on_local_context_disconnect
2018-03-19 21:35:37 +05:45
David Wilson
700db7e532
Fix lnik.
2018-03-19 21:35:37 +05:45
David Wilson
07535ba1f8
Add build icon to README
2018-03-19 21:35:37 +05:45
David Wilson
dfe68b33d6
Handle docker running on localhost.
2018-03-19 21:35:37 +05:45
David Wilson
c58d7f517b
Bare minimum .travis.yml.
2018-03-19 21:35:37 +05:45
David Wilson
bee1a86aa1
Let utils_test run directly too.
2018-03-19 21:35:37 +05:45
David Wilson
690ee6dbe2
Fix select_test failure, remove crap old timing_test.
2018-03-19 21:35:37 +05:45
David Wilson
9c8ff7ecf6
Remove proxy_test (duplicates sudo_test)
2018-03-19 21:35:37 +05:45
David Wilson
f22d05a7ad
frameworkize nested_test.
2018-03-19 21:35:37 +05:45
David Wilson
15bf0f54e2
Beginnings of module_finder_test
2018-03-19 21:35:37 +05:45
David Wilson
d17af194b5
Fix importer_test constructor signature.
2018-03-19 21:35:37 +05:45
David Wilson
2454dcc990
core: loosen assertion to allow fakessh_test to succeed.
2018-03-19 21:35:37 +05:45
David Wilson
bc801bc2ed
Allow call_function_test to succeed depite testlib import.
2018-03-19 21:35:37 +05:45
David Wilson
118fe01be5
Use enhanced assertRaises in call_function_test.py.
2018-03-19 21:35:37 +05:45
David Wilson
9b13a4cc61
Fix 2 call_function_test failures.
2018-03-19 21:35:37 +05:45
David Wilson
79dd00db5a
master: hack to avoid executing __main__.
2018-03-19 21:35:37 +05:45
David Wilson
236d83418c
Simple scan_code_imports test.
2018-03-19 21:35:37 +05:45
David Wilson
6f5d4882da
We don't support sets, so don't use them in module loader(!)
2018-03-19 21:35:37 +05:45
David Wilson
ecd39e4f2a
add missing IOLOG, fixes _iter_read/SshTest.
2018-03-19 21:35:37 +05:45
David Wilson
416ab90e02
docs: Fix index generation everywhere.
2018-03-19 21:35:37 +05:45
David Wilson
451fb347d0
master: include related modules in ModuleResponder response
2018-03-19 21:35:37 +05:45
David Wilson
4af920094a
iter_read: also treat 0-byte read as disconnection
2018-03-19 21:35:37 +05:45
David Wilson
d169b55d64
select: fix typo
2018-03-19 21:35:37 +05:45
David Wilson
af6812b458
Fix context naming for sudo and via=.
2018-03-19 21:35:37 +05:45
David Wilson
976c643f21
docs: remove note, unpickling can no longer trigger module loads
2018-03-19 21:35:37 +05:45
David Wilson
decc9a900c
docs: s/random/pseudorandom/
2018-03-19 21:35:37 +05:45
David Wilson
83f8f1863e
docs: fix pickler docs, begin relabelling master/slave->parent/child
2018-03-19 21:35:37 +05:45
David Wilson
4327baabfa
docs: remove final references to call_with_deadline().
2018-03-19 21:35:37 +05:45
David Wilson
dd69b8feeb
docs: with_context element is replaced by a decorator.
2018-03-19 21:35:37 +05:45
David Wilson
12fe884f1a
Reference Select
2018-03-19 21:35:37 +05:45
David Wilson
a81f804e92
Accidentally hecked in incomplete paragraph.
2018-03-19 21:35:37 +05:45
David Wilson
83e3e1b82a
Typo.
2018-03-19 21:35:37 +05:45
David Wilson
e9af841e60
docs: fix :return: syntax.
2018-03-19 21:35:36 +05:45
David Wilson
f1d82c7284
More API documentation.
2018-03-19 21:35:36 +05:45
David Wilson
9d2a11e70f
Fix function reference.
2018-03-19 21:35:36 +05:45
David Wilson
5772e06368
Typo.
2018-03-19 21:35:36 +05:45
David Wilson
b7f95e558f
Better document Router API and constructors.
2018-03-19 21:35:36 +05:45
David Wilson
815f23bddd
Sense of block= parameter was inverted.
2018-03-19 21:35:36 +05:45
David Wilson
3eb60d777a
Add mitogen.parent_ids to docs.
2018-03-19 21:35:36 +05:45
David Wilson
1449c972eb
Allow running responder_test with unittest.
2018-03-19 21:35:36 +05:45
David Wilson
0c573d0e47
Tidy up select examples even more.
2018-03-19 21:35:36 +05:45
David Wilson
e624295d63
Document channel class
2018-03-19 21:35:36 +05:45
David Wilson
c4d9f124c6
Document Sender and Receiver classes.
2018-03-19 21:35:36 +05:45