Commit Graph

3129 Commits

Author SHA1 Message Date
Steven Robertson e852c65e36 print what's being ran in tests 2020-09-22 19:51:29 -07:00
Steven Robertson a6c293d100 try running ansible_mitogen 2.10 tests with python3 2020-09-22 19:47:18 -07:00
Steven Robertson 4dea09a924 check sys.path issue 2020-09-22 19:29:37 -07:00
Steven Robertson a7705a3435 add back in ansible tests but don't run synchronize 2020-09-22 19:26:33 -07:00
Steven Robertson ff8a276186 turn off failing Ansible-only tests for now, also raising errors to see what Azure is gonna do with collections 2020-09-20 22:10:00 -07:00
Steven Robertson f757dbcb82 removed duplicate install and added debug dump of collection loading to see what tests are doing 2020-09-20 21:35:35 -07:00
Steven Robertson 5fa9f97b66 ansible.posix.synchronize isn't being loaded in tests but is locally, reducing v count to get around azure devops scroll bug 2020-09-20 21:11:04 -07:00
Steven Robertson 41a13ebce2 hopefully this also fails the same way 2020-09-20 20:13:47 -07:00
Steven Robertson 2303bef7c8 any amount of v is too much v, even when viewing tests in raw log file mode 2020-09-20 20:02:50 -07:00
Steven Robertson 5aedb5f157 add missing collections 🤦 2020-09-20 18:12:58 -07:00
Steven Robertson 9857dfea5c verify collection is working as expected 2020-09-20 18:07:25 -07:00
Steven Robertson a40c28d93f can't replicate but think it's because synchronize is now a collection 2020-09-20 17:57:18 -07:00
Steven Robertson d017b60f47 2 v freezes things...this is impossible to debug 2020-09-20 17:36:25 -07:00
Steven Robertson 49dd8eee1a figure out what synchronize is now 2020-09-20 17:15:29 -07:00
Steven Robertson e8fb4071b2 put future import in wrong place 2020-09-20 16:39:27 -07:00
Steven Robertson 40d53bcf96 3 v is too much v for azure devops to render 2020-09-20 16:33:41 -07:00
Steven Robertson c6d42212dd add some debugging info, was able to run the failed synchronize test locally just fine using test framework, not sure what's going on 2020-09-20 16:33:03 -07:00
Steven Robertson f91cbf4d00 test cleanup and trying to replicate synchronize fails 2020-09-20 15:40:07 -07:00
Steven Robertson 8d95172821 warnings silenced, see if can put back in vvv 2020-09-09 23:44:16 -07:00
Steven Robertson 1091cd7ca1 try and suppress mode warning clogging up logs 2020-09-09 23:33:49 -07:00
Steven Robertson 0a46a4e47b logs too verbose, unable to load test page 2020-09-09 23:21:33 -07:00
Steven Robertson b3c94867e2 run tests with verbose logging 2020-09-09 21:28:33 -07:00
Steven Robertson 069d7da79f perhaps a modern debops version will work 2020-09-07 19:07:56 -07:00
Steven Robertson d940f64469 travis pip is 9 from what the logs say 2020-09-07 18:21:58 -07:00
Steven Robertson b26a636bba remove ansible 2.4-specific test 2020-09-06 15:08:56 -07:00
Steven Robertson fbb92e461f fix fixup_perms2 default file mode 2020-09-06 14:51:40 -07:00
Steven Robertson dc94633011 ansible_install.py already installs ansible and collections, so don't need to in ansible_tests.py 2020-09-06 14:32:56 -07:00
Steven Robertson 2c9b6433ef fix another encoding place 2020-09-06 14:25:17 -07:00
Steven Robertson 140406342b fixed installing into python2 container by specifying encoding 2020-09-06 14:19:52 -07:00
Steven Robertson 371f0a6657 ansible 2.10 installed in python 2.7.16 locally, see if it's the python version or pip that's the issue 2020-09-06 14:05:45 -07:00
Steven Robertson f994807d74 ansible 2.10 renamed ping module to reflect legacy builtin collection 2020-09-06 13:44:01 -07:00
Steven Robertson 55c5a274cc install community.general collection 2020-09-03 22:20:51 -07:00
Steven Robertson 3a3b8bcb80 oops, forgot a ) 2020-09-03 21:59:46 -07:00
Steven Robertson 437761ebef more test scripts 2020-09-03 21:56:08 -07:00
Steven Robertson 5dee6fb891 fix ansible install, also TODO: why do we have 3 almost the same install scripts... 2020-09-03 21:50:19 -07:00
Steven Robertson 130e111f21 rename test and add VER to mito27_27 2020-09-03 21:47:14 -07:00
Steven Robertson fa1269bca8 see what happens with only ansible 2.10 tests, still need to install collections tho 2020-09-03 21:44:08 -07:00
Steven Robertson 02aedcdacd fix issue with collections module_utils raised in alikins example 2020-08-31 22:08:06 -07:00
Steven Robertson 03438271bb able to remove the hack on ActionBase after all 2020-08-27 20:01:47 -07:00
Steven Robertson 19f92a2435 fix inefficient basepath check 2020-08-27 19:56:35 -07:00
Steven Robertson 5215646c8a code cleanup 2020-08-25 23:28:21 -07:00
Steven Robertson 0b421e0d3c able to run docker_container installed via 'ansible-galaxy collection install community.general' 2020-08-25 23:24:41 -07:00
Steven Robertson 45797a0d34 able to send collections paths to master with very little change to core Mitogen, need to ensure imports work properly now though 2020-08-24 21:25:59 -07:00
Steven Robertson 6e51f1a184 found a way to load collections without affecting mitogen core code 2020-08-23 20:42:55 -07:00
Steven Robertson 8d3ee26079 code cleanup 2020-08-23 18:01:37 -07:00
Steven Robertson ca94751f15 remove hack 2020-08-23 17:37:59 -07:00
Steven Robertson f1bdc39047 added note about breaking backwards compat 2020-08-23 17:32:58 -07:00
Steven Robertson 1d13df718a connection_loader.get isn't called anymore, it's connection_loader.get_with_context now 2020-08-23 17:31:10 -07:00
Steven Robertson 6ba08097b6 more notes, strategy plugin is being called but Mitogen's method overrides aren't being triggered 2020-08-23 00:15:29 -07:00
Steven Robertson ca4e8116b7 TODO: turns out ansible 2.10 doesn't run Mitogen like it used to; was running old ansible version before because ansible-base didn't override everything. Did a fresh uninstall of ansible and installed 2.10.0 and Mitogen's connection monkeypatching isn't working 2020-08-20 00:38:41 -07:00