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/integration/targets/win_exec_wrapper
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>
2 months ago
..
action_plugins Require `from __future__ import annotations` (#81902) 2 years ago
library Add support for Windows App Control/WDAC (#84898) 7 months ago
module_utils Windows Exec Runner Update (#84868) 9 months ago
tasks [stable-2.20] Remove AddType warning for cleanup (#86029) (#86039) 2 months ago
aliases Update Shippable integration test groups. (#43118) 8 years ago