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
Jordan Borean 2ca84eea86
[stable-2.20] Remove AddType warning for cleanup (#86029) (#86039)
* Remove AddType warning for cleanup (#86029)

Removes the warning emitted when using Add-Type and the cleanup of temp
files fails due to a file still being in use. The cleanup should be
handled by AnsibleModule on exit giving it more time to wait for any
open file handles to close. The exception is still present if calling
`Add-CSharpType` without an `AnsibleModule` object.

(cherry picked from commit 99bb587906)

* Update win_exec_wrapper integration test to match #86029 (#86052)

* Remove assertion now that there is no warning

(cherry picked from commit df34bf9e70)

---------

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
3 months ago
..
integration/targets [stable-2.20] Remove AddType warning for cleanup (#86029) (#86039) 3 months ago
lib/ansible_test ansible-test - Update default containers (#86088) 3 months ago
sanity [stable-2.20] ansible-test - Update sanity requirements (#86083) (#86084) 3 months ago
support six cleanup (#85284) 6 months ago
units Use bcrypt < 5 for unit tests (#85969) 4 months ago