Commit Graph

1859 Commits

Author SHA1 Message Date
David Wilson 934d8ac139 issue #426: fix 2->3 issue in plain_old_module. 2018-11-07 00:38:59 +00:00
David Wilson 3206d59c87 issue #426: teach DockerMixin to allow selecting interpreter 2018-11-07 00:38:47 +00:00
David Wilson f1661abe4e tests: make IterReadTest a little more robust 2018-11-07 00:38:47 +00:00
David Wilson 9a83b1a82b Merge remote-tracking branch 'origin/dmw'
- Closes #364.
2018-11-06 22:32:07 +00:00
David Wilson 578c2c3b46 issue #364: update ChangeLog. 2018-11-06 22:31:50 +00:00
David Wilson 2a2dda8e39 issue #364: remove stat() caching. 2018-11-06 22:31:50 +00:00
David Wilson 4267014ca6 issue #364: clarify logged error when incorrect file size detected 2018-11-06 22:31:50 +00:00
David Wilson 65d9eec353 issue #364: core: have Sender.close() supply reason= to dead() 2018-11-06 22:31:50 +00:00
David Wilson bef4b0c962 tests: fix copy.yml title 2018-11-06 22:31:50 +00:00
David Wilson ef06e7e16a Merge remote-tracking branch 'origin/dmw' into HEAD
Refactored most CI stuff.
2018-11-06 18:24:51 +00:00
David Wilson 2a6dbb038f Pythonize, split out and parallelize all jobs. 2018-11-06 18:16:20 +00:00
David Wilson b60a6d0f3b Split dev_requirements.txt up according to test mode. 2018-11-06 17:00:17 +00:00
David Wilson 43306fff81 docs: drop sphinx-autobuild, avoids 10 deps (-16%)
sphinx-autobuild==0.6.0 (from -r docs/docs-requirements.txt (line 2))
livereload>=2.3.0 (from sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
pathtools>=0.1.2 (from sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
tornado>=3.2 (from sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
argh>=0.24.1 (from sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
watchdog>=0.7.1 (from sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
port-for==0.3.1 (from sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
backports.ssl_match_hostname (from tornado>=3.2->sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
singledispatch (from tornado>=3.2->sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
backports_abc>=0.4 (from tornado>=3.2->sphinx-autobuild==0.6.0->-r docs/docs-requirements.txt (line 2))
2018-11-06 17:00:17 +00:00
David Wilson fccf424140 tests: Pythonize print_env.sh. 2018-11-06 16:57:51 +00:00
David Wilson 8f1f3de123 tests: Pythonize env_wrapper.sh, clean up local_test 2018-11-06 16:57:51 +00:00
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.
2018-11-06 16:57:51 +00:00
David Wilson 59eb6d13c5 Merge remote-tracking branch 'origin/dmw'
- issue #421
- Azure Pipelines
2018-11-06 03:41:28 +00:00
David Wilson 0b86c4e45f tests: basic (incomplete) Azure Pipelines config 2018-11-06 03:40:56 +00:00
David Wilson 3f414d5967 tests: rename .travis -> .ci, move Azure config into .ci 2018-11-06 01:50:11 +00:00
David Wilson 4b61e5af02 tests: run FD and thread checks on every test case.
Trying to hunt down weirdness on Azure.
2018-11-06 01:50:11 +00:00
David Wilson 374fd72dbb tests: disable mtime test on vanilla 2018-11-06 01:50:11 +00:00
David Wilson 5233c47eba docs: Changelog typo 2018-11-06 01:50:11 +00:00
David Wilson 01c4f3fee1 core: rearrange stdio setup to cope with buffering; closes #422 2018-11-06 01:50:11 +00:00
dw 704e6c0b2c Set up CI with Azure Pipelines 2018-11-05 20:49:58 +00:00
David Wilson 9c8341acfc Merge remote-tracking branch 'origin/dmw'
- Travis fixes
- 3.x fixes
- #420
2018-11-05 19:51:17 +00:00
David Wilson 79ca67aadd tests: disable connection tests for non-Mitogen 2018-11-05 19:51:00 +00:00
David Wilson 8972dbb7b9 tests: more Ansible fixes. 2018-11-05 19:51:00 +00:00
David Wilson acf0b04876 tests: run some playbooks against only one target. 2018-11-05 19:51:00 +00:00
David Wilson ee2d10375d tests: don't run reset_connection tests on <2.5.6. 2018-11-05 19:51:00 +00:00
David Wilson fcdfd5f107 tests: fix disconnect_cleanup.yml target count assumption 2018-11-05 19:51:00 +00:00
David Wilson de7d4e0908 setns: decode utility command output for 3.x. 2018-11-05 17:25:59 +00:00
David Wilson 1bb239189b tests: another attempt at working paths. 2018-11-05 17:25:59 +00:00
David Wilson 5f815ec6c4 tests: try to fix PATH problem on Travis. 2018-11-05 17:25:59 +00:00
David Wilson f5f72b958f tests: avoid -u command line parameter conflict 2018-11-05 17:25:59 +00:00
David Wilson 905fbe7cbb issue #420: update Changelog. 2018-11-05 14:31:11 +00:00
David Wilson 50241a922f ansible: call on_fork() on broker shutdown; closes #420. 2018-11-05 14:28:19 +00:00
David Wilson c7931be524 issue #420: core: include PID in Latch cookie data. 2018-11-05 14:05:34 +00:00
David Wilson 0c3e48468b tests: run disconnect_during_module.yml in subprocess
Avoid entire run failing with unreachable
2018-11-05 13:33:33 +00:00
David Wilson 35092c5d35 tests: Unicode/bytes fixes for integration/connection/exec_command.yml 2018-11-05 13:15:40 +00:00
David Wilson 4d443e654b tests: replace another shell script. 2018-11-05 13:15:40 +00:00
David Wilson 6bae586923 tests: fix up Travis bodge for Python 2.6. 2018-11-05 13:06:01 +00:00
David Wilson 9ad022107e issue #414: disable test until rest of CI is healthy 2018-11-05 13:00:47 +00:00
David Wilson b29c8eaf2a tests: allow passing -vvv to build_docker_images. 2018-11-05 13:00:47 +00:00
David Wilson f87553b165 tests: must set ansible_become_pass in synchronize.yml. 2018-11-05 13:00:47 +00:00
David Wilson 816da64df5 tests: show task args in image_prep 2018-11-05 13:00:47 +00:00
David Wilson 91513f5b7e tests: properly close 'cat' child process on exit. 2018-11-05 13:00:47 +00:00
David Wilson 174b685d16 tests: CentOS 6 lacks %wheel in sudo by default. 2018-11-05 13:00:47 +00:00
David Wilson 574fc27a9c issue #414: import test / reproduction. 2018-11-05 13:00:47 +00:00
David Wilson c286f4f107 Add tests/ansible/requirements.txt to Tox. 2018-11-05 13:00:47 +00:00
David Wilson cd6486b0e9 tests: fix more DisconnectTest raciness. 2018-11-05 13:00:47 +00:00