You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Stefano Rivera d500354798
unarchive: Clamp zip timestamps on 32-bit time_t (#84409)
Clamp zip timestamps to representible values when unpacking zip files on
platforms that use 32-bit time_t (e.g.  Debian i386). This is a
non-issue in practice (in 2024), but should allow the test suite to pass
on Debian i386.

We use a round value of 2038-01-01 00:00:00 for simplicity, and to avoid
running into timezone offsets closer to the actual limit.

MR #81520 introduced sanity-checking tests that used dates not
representable with a 32-bit time_t.
1 year ago
..
integration wait_for_connection - test connection=local does not emit warning (#84438) 1 year ago
lib/ansible_test ansible-test - fix coverage for test modules (#84366) 1 year ago
sanity Removed deprecated include_delegate_to param (#84306) 1 year ago
support Use open with context manager (#83337) 1 year ago
units unarchive: Clamp zip timestamps on 32-bit time_t (#84409) 1 year ago