Alex Willmer

Results 363 comments of Alex Willmer

https://pypi.org/project/ansible-core/2.19.0rc1/ released yesterday, fixes https://github.com/ansible/ansible/issues/85359 relevant to #1275

Current pre-releases - Ansible 12.0.0a9, ansible-core 2.19.0rc2. Both released 2025-07-09. - Mitogen 0.3.25a3 released 2025-07-02. Expected dates - 2025-07-21 ansible-core 2.19.0 - 2025-07-22 Ansible 12.0.0 beta1 - 2025-07-29 Ansible 12.0.0...

Released Mitogen 0.3.25b1, next release will likely be 0.3.25 to coincide with Ansible 12.0.0rc1.

@setpill 1. does this still occur? 2. what version of Ansible and Mitogen are you using now? 3. what is the error when it times out?

> Question: Should we raise an error if not all data could be read? The call to `zlib.decompress()` raises an exception if the data is truncated.

By all means continue experimenting if you wish to, but be aware I'm unlikely to accept many new features into this chunk of code - particularly if they increase the...

> Will add the diff to all commits then :) Do we care more about the SSH command size? preamble? Or mitogen.parent? Or all of them? One before and after...

Based on https://github.com/moreati/nonblock_lab/commit/c4938b9e927a87b0a91b6ffddc4197b6bdc77fcf - other end of a fifo/pipe is closed (never opened) - Python 2.x and Pytrhon 3.x `.read()` both return empty byte string - other end is open,...

> Is there a difference to run test `first_stage_test` via ./run_tests.sh or manually via Python unittest executor? Almost certainly yes, but I don't remember exactly how. Probably something to do...

I'm still getting my head around things. So I'm not sure how to proceed yet 1. Currently I don't think my `SIGALRM`attempt is the right fix, particularly given feedback from...