Commit Graph

510 Commits

Author SHA1 Message Date
David Wilson 5a96d13fd8 issue #426: fix all.yml sorting, one more delegate_to 2019-01-18 23:30:12 +00:00
David Wilson bd82fa1986 issue #426: fix low_level_execute_command.yml breakage. 2019-01-18 23:30:12 +00:00
David Wilson a6e6bc4c71 issue #426: to_text filter. 2019-01-18 23:30:12 +00:00
David Wilson 9d87f03ab4 issue #426: disable Ansible smart transport. 2019-01-18 23:30:12 +00:00
David Wilson 49d37bfa2d issue #426: remove LANG and LC_ALL during tests. 2019-01-18 23:30:12 +00:00
David Wilson a6e6fd14be issue #426: more 2->3 test fixes. 2019-01-18 23:30:12 +00:00
David Wilson 67f710fd9b issue #426: use delegate_to in fixup_perms2 and copy.yml 2019-01-18 23:30:12 +00:00
David Wilson 3179951f5c issue #454: fix AttributeError and atexit.yml test. 2018-12-15 15:16:32 +00:00
David Wilson 1eb08fb5c5 core: docstring tidyups 2018-12-14 14:49:34 +00:00
David Wilson 497234e782 issue #456: core: raise error during defer() if Broker shutdown 2018-12-14 05:30:20 +00:00
David Wilson f20e0bbac1 service: Allow registering path prefixes with FileService.
e.g. service.register_prefix('/') disables all security checks.
2018-12-12 21:37:22 +00:00
David Wilson 6fafc0a631 select: Python 2.x required __nonzero__ for bool(Select) 2018-12-11 23:16:26 +00:00
David Wilson 300cb41e2e core: detect stream corruption. Closes #438. 2018-12-10 02:23:26 +00:00
David Wilson 3876590aa1 parent: add descriptive errors for unsupported call() types.
Closes #439.
2018-12-10 01:59:01 +00:00
David Wilson 22de7f0e72 issue #436: fix string parsing of mitogen_ssh_debug_level
It can be a string when specified on the command line.
2018-12-08 16:07:41 +00:00
David Wilson 44d6ca771a issue #426: fix local/delegate_to issue 2018-11-07 02:26:52 +00:00
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 bef4b0c962 tests: fix copy.yml title 2018-11-06 22:31:50 +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 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 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 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 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 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 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 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
David Wilson e180d310b5 tests: fix fork_test compat on 3.x. 2018-11-04 20:27:52 +00:00
David Wilson 3f46c9569c tests: 3.x syntax compat for tests/data/stubs/ 2018-11-04 20:17:09 +00:00
David Wilson 27a4001f4f tests: handle NameError when faulthandler is not installed. 2018-11-04 19:49:17 +00:00
David Wilson 5482b4d528 tests: poller_test 3.x fix. 2018-11-04 19:48:42 +00:00