-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: adding Virtual Machine module #641
feat: adding Virtual Machine module #641
Conversation
…to pull-request-635
…to pull-request-635
CI Pass: https://github.com/rguthriemsft/terratest/runs/1203133483?check_suite_focus=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is close. I left a bunch of comments, but they are almost almost all NITs or questions about nil
. We really have to be careful to avoid a nil pointer dereference or anything else that causes a panic in Terratest, as a panic will kill the test suite part way through, preventing any cleanup code from running.
[Microsoft CI Bot] TL;DR; failure 🤦 You can check the status of the CI Pipeline logs here ; https://github.com/rguthriemsft/terratest/actions/runs/305145049 |
[Microsoft CI Bot] TL;DR; failure 🤦 You can check the status of the CI Pipeline logs here ; https://github.com/rguthriemsft/terratest/actions/runs/305145049 |
[Microsoft CI Bot] TL;DR; failure 🤦 You can check the status of the CI Pipeline logs here ; https://github.com/rguthriemsft/terratest/actions/runs/305145049 |
[Microsoft CI Bot] TL;DR; success 👍 You can check the status of the CI Pipeline logs here ; https://github.com/rguthriemsft/terratest/actions/runs/305145049 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yorinasub17 @brikis98 Look good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Pardon the delay in reviewing this, but this is good to go now! Thanks for the contribution! Will merge and release. |
Adding more comprehensive VM and dependency resource tests.
Fixes #635