mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
async tests: add stability (#46100)
This commit is contained in:
parent
d6251e5b27
commit
e26861435f
1 changed files with 1 additions and 3 deletions
|
@ -239,7 +239,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: run fire and forget async task with custom dir
|
- name: run fire and forget async task with custom dir
|
||||||
command: sleep 1
|
command: echo moo
|
||||||
register: async_fandf_custom_dir
|
register: async_fandf_custom_dir
|
||||||
async: 5
|
async: 5
|
||||||
poll: 0
|
poll: 0
|
||||||
|
@ -273,9 +273,7 @@
|
||||||
- async_fandf_custom_dir_fail is failed
|
- async_fandf_custom_dir_fail is failed
|
||||||
- async_fandf_custom_dir_fail.msg == "could not find job"
|
- async_fandf_custom_dir_fail.msg == "could not find job"
|
||||||
- async_fandf_custom_dir_result is successful
|
- async_fandf_custom_dir_result is successful
|
||||||
- async_fandf_custom_dir_result is finished
|
|
||||||
- async_fandf_custom_dir_dep_result is successful
|
- async_fandf_custom_dir_dep_result is successful
|
||||||
- async_fandf_custom_dir_dep_result is finished
|
|
||||||
|
|
||||||
always:
|
always:
|
||||||
- name: remove custom tmp dir after test
|
- name: remove custom tmp dir after test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue