Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure vm test: async second vm deletion #44887

Merged
merged 7 commits into from
Aug 31, 2018
Merged

Conversation

yungezz
Copy link
Contributor

@yungezz yungezz commented Aug 30, 2018

SUMMARY

there're 2 vm deletion in azure vm test. second one has no assertion. to reduce test execution time, make second deletion async, since we don't care about deletion result.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
ANSIBLE VERSION
ansible 2.7
ADDITIONAL INFORMATION

@ansibot
Copy link
Contributor

ansibot commented Aug 30, 2018

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 azure bug This issue/PR relates to a bug. cloud support:certified This issue/PR relates to certified code. test This PR relates to tests. labels Aug 30, 2018
@ansibot ansibot added the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Aug 30, 2018
@ansibot ansibot removed the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Aug 31, 2018
host: '{{ hostvars["new_azure_vm"].ansible_host }}'
port: 22
timeout: 60
state: started
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they're used for below commented out test, after 22 port ready, install something on the vm, but below tests are commented out already, so this waifor is meaningless.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, seems like the commented out test is very unstable.... so just wanted to confirm if you found similar issue :-)

@zikalino zikalino merged commit f6fa5a1 into ansible:devel Aug 31, 2018
@zikalino zikalino deleted the async-vm-test branch August 31, 2018 04:14
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 azure bug This issue/PR relates to a bug. cloud support:certified This issue/PR relates to certified code. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants