Alex Willmer
Alex Willmer
I've reproduced this in https://github.com/moreati/mitogen/tree/issue776, after checking out the branch you can use Tox to run these tests, e.g. ``` ANSIBLE_TAGS=issue_776 tox -e py39-mode_ansible-distros_centos8 ```
Could you provide a minimal playbook that triggers this?
I'm afraid I'm unsable to reproduce ``` (v) ➜ mitogen git:(issue849-module_fqn) ✗ ANSIBLE_STRATEGY=mitogen_linear ansible localhost -m ping [WARNING]: No inventory was parsed, only implicit localhost is available localhost | SUCCESS...
Possibly a duplicate of #778
I'm thinking of removing simplejson, and other pre-2.7 fallbacks. Are you using simplejson for anything, or did it just get in your way?
A few possible mitigations and/or fixes, not all mutually exclusive 1. Placeholders, e.g. seed the file with a lot of empty bullet points. 2. Different merge strategy (e,g, merge=union) 3....
> Different merge strategy (e,g, merge=union) Github UI does not respond to `merge=union`, e.g. https://github.com/moreati/changelog-merge-test/pull/2 shows as a conflict
As a comparison the slowest jobs in https://dev.azure.com/mitogen-hq/mitogen/_build/results?buildId=382&view=results (revision this branch is based on) took around 24 minutes.
A summarized `pprint()` of the pertinent variables from ansible_mitogen.plugins.connection.mitogen_kubectl ``` '_class': get_with_context_result(object=, plugin_load_context=), '_class.__module__': 'ansible.plugins.loader', 'kubectl': , 'sys.modules': { ... 'ansible': , ... 'ansible.plugins': , 'ansible.plugins.action': , ... 'ansible.plugins.action.mitogen_action_script': ,...
@wouterhummelink I've been trying to reproduce this, without success. I can install cx_Oracle, import it without errors, and use it in a custom module - at least enough to print...