Steven Robertson
Steven Robertson
ahh ok. In that case I'm not sure of a fix you can use in the meantime :/ Once I finish collections support I'll try and repro/fix this if it...
@tdluckyboy @mongrelion to aid in debugging, could someone create a minimal Dockerfile with a reproducible environment I can use to test with? Collections support will probably take awhile to complete...
This change looks ok to me, but I'm not sure why we didn't do this to begin with (the `so don't even try` part of the docstring). Deferring to @dw...
@craigers521 thanks for testing this on the #715 branch. Is there a simple way to reproduce this using another `network_cli`-based task? I don't have a cisco router available to test...
@isundaylee do you have a vagrant file or something of the like to create a vyos installation on a vm? I don't have the time to look into reproducing with...
This part is the most important: `on lonix1's Python /usr/bin/python3`. Mitogen works by streaming package data to its clients, so if the package doesn't exist on your host machine (the...
Sorry for the late response; I thought I responded to this already :( The symlink stuff looks ok. Does this show `docker` on your host? ``` $ /usr/bin/python3 -m pip...
Hello! 👋 I like it 😄 Thanks for the fix! I took a look at your test error and I think it's unrelated to the change you made (and have...
Can you make a test in the `regression` test dir that uses `validate_checksum: false` https://docs.ansible.com/ansible/latest/modules/fetch_module.html#parameter-validate_checksum ? I'm curious now, how did you run into this issue? Do you inject data...
Instead of `file_service_test.py` try adding another test func to this class: https://github.com/dw/mitogen/blob/master/tests/ansible/tests/connection_test.py#L112 :) there you can pass in the new `validate_checksum` value for `fetch_file`. You're right, `regression` was not the...