David Wilson
|
ae03d5f4f1
|
issue #446: basic tests for Receiver._on_receive().
|
6 years ago |
David Wilson
|
bcd9827c3b
|
core: Latch.empty() improvements
- throw LatchError if the latch is closed.
- wrap with the lock to avoid unexpected weirdness.
|
6 years ago |
David Wilson
|
388649df97
|
core: Receiver.close() now wakes all threads; closes #446.
|
6 years ago |
David Wilson
|
f2f41809ae
|
issue #459: initial get_stats() implementation
|
6 years ago |
David Wilson
|
1d97493fcd
|
tests: fallout from #447.
|
6 years ago |
David Wilson
|
de719fa249
|
core: throw error on duplicate add_handler(); closes #447.
|
6 years ago |
David Wilson
|
dc92e529bc
|
service: unregister receiver at shutdown; closes #445.
|
6 years ago |
David Wilson
|
85e965118d
|
Merge remote-tracking branch 'origin/issue462'
* origin/issue462:
issue #462: docs: update Changelog.
parent: cope with broken /dev/pts on Linux; closes #462.
|
6 years ago |
David Wilson
|
9da6e6a9a8
|
tests: don't call Router.shutdown() twice.
Due to 497234e7 / issue #456.
|
6 years ago |
David Wilson
|
b2b7e7b06b
|
tests: file_service_test fixes
Due to 6713b90acc
|
6 years ago |
David Wilson
|
a8921bb6ff
|
tests: fix scaling in fork_histogram
|
6 years ago |
David Wilson
|
6936b93b43
|
tests: import fork_histogram.py.
|
6 years ago |
David Wilson
|
5a96d13fd8
|
issue #426: fix all.yml sorting, one more delegate_to
|
6 years ago |
David Wilson
|
bd82fa1986
|
issue #426: fix low_level_execute_command.yml breakage.
|
6 years ago |
David Wilson
|
a6e6bc4c71
|
issue #426: to_text filter.
|
6 years ago |
David Wilson
|
9d87f03ab4
|
issue #426: disable Ansible smart transport.
|
6 years ago |
David Wilson
|
49d37bfa2d
|
issue #426: remove LANG and LC_ALL during tests.
|
6 years ago |
David Wilson
|
a6e6fd14be
|
issue #426: more 2->3 test fixes.
|
6 years ago |
David Wilson
|
67f710fd9b
|
issue #426: use delegate_to in fixup_perms2 and copy.yml
|
6 years ago |
David Wilson
|
a4c7a98dd9
|
parent: cope with broken /dev/pts on Linux; closes #462.
|
6 years ago |
David Wilson
|
3179951f5c
|
issue #454: fix AttributeError and atexit.yml test.
|
6 years ago |
David Wilson
|
1eb08fb5c5
|
core: docstring tidyups
|
6 years ago |
David Wilson
|
497234e782
|
issue #456: core: raise error during defer() if Broker shutdown
|
6 years ago |
David Wilson
|
f20e0bbac1
|
service: Allow registering path prefixes with FileService.
e.g. service.register_prefix('/') disables all security checks.
|
6 years ago |
David Wilson
|
6fafc0a631
|
select: Python 2.x required __nonzero__ for bool(Select)
|
6 years ago |
David Wilson
|
300cb41e2e
|
core: detect stream corruption. Closes #438.
|
6 years ago |
David Wilson
|
3876590aa1
|
parent: add descriptive errors for unsupported call() types.
Closes #439.
|
6 years ago |
David Wilson
|
22de7f0e72
|
issue #436: fix string parsing of mitogen_ssh_debug_level
It can be a string when specified on the command line.
|
6 years ago |
David Wilson
|
44d6ca771a
|
issue #426: fix local/delegate_to issue
|
6 years ago |
David Wilson
|
934d8ac139
|
issue #426: fix 2->3 issue in plain_old_module.
|
6 years ago |
David Wilson
|
3206d59c87
|
issue #426: teach DockerMixin to allow selecting interpreter
|
6 years ago |
David Wilson
|
f1661abe4e
|
tests: make IterReadTest a little more robust
|
6 years ago |
David Wilson
|
bef4b0c962
|
tests: fix copy.yml title
|
6 years ago |
David Wilson
|
2a6dbb038f
|
Pythonize, split out and parallelize all jobs.
|
6 years ago |
David Wilson
|
b60a6d0f3b
|
Split dev_requirements.txt up according to test mode.
|
6 years ago |
David Wilson
|
fccf424140
|
tests: Pythonize print_env.sh.
|
6 years ago |
David Wilson
|
8f1f3de123
|
tests: Pythonize env_wrapper.sh, clean up local_test
|
6 years ago |
David Wilson
|
a717c5406c
|
tests: split etc_environment test in two
Turns out nobody supports ~/.pam_environment any more. Keep the
behaviour around for the time being.
|
6 years ago |
David Wilson
|
4b61e5af02
|
tests: run FD and thread checks on every test case.
Trying to hunt down weirdness on Azure.
|
6 years ago |
David Wilson
|
374fd72dbb
|
tests: disable mtime test on vanilla
|
6 years ago |
David Wilson
|
79ca67aadd
|
tests: disable connection tests for non-Mitogen
|
6 years ago |
David Wilson
|
8972dbb7b9
|
tests: more Ansible fixes.
|
6 years ago |
David Wilson
|
acf0b04876
|
tests: run some playbooks against only one target.
|
6 years ago |
David Wilson
|
ee2d10375d
|
tests: don't run reset_connection tests on <2.5.6.
|
6 years ago |
David Wilson
|
fcdfd5f107
|
tests: fix disconnect_cleanup.yml target count assumption
|
6 years ago |
David Wilson
|
1bb239189b
|
tests: another attempt at working paths.
|
6 years ago |
David Wilson
|
5f815ec6c4
|
tests: try to fix PATH problem on Travis.
|
6 years ago |
David Wilson
|
f5f72b958f
|
tests: avoid -u command line parameter conflict
|
6 years ago |
David Wilson
|
0c3e48468b
|
tests: run disconnect_during_module.yml in subprocess
Avoid entire run failing with unreachable
|
6 years ago |
David Wilson
|
35092c5d35
|
tests: Unicode/bytes fixes for integration/connection/exec_command.yml
|
6 years ago |