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

Raise exception in wget when timeout and increase timeout for wget in mshv stress test #3301

Merged
merged 2 commits into from
May 22, 2024

Conversation

pupacha
Copy link
Collaborator

@pupacha pupacha commented May 22, 2024

wget: raise exception if wget times out

When wget times out, the downloaded file will be in corrupted state.
Lisa should raise exception in this case, instead of returning the
corrupted downloaded path.


mshv: Increase timeout when downloading guest image

The ubuntu cloud image is usually of 2GB size and sometimes, due to
network delays, it might take more than the default 600s time to
download it. So, increase it to 1200.

When wget times out, the downloaded file will be in corrupted state.
Lisa should raise exception in this case, instead of returning the
corrupted downloaded path.
The ubuntu cloud image is usually of 2GB size and sometimes, due to
network delays, it might take more than the default 600s time to
download it. So, increase it to 1200.
@pupacha pupacha merged commit e38d861 into main May 22, 2024
45 checks passed
@pupacha pupacha deleted the pavan/2405 branch May 22, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants