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

vms/platformvm: Move vm.Shutdown call in tests to t.Cleanup #2669

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

dhrubabasu
Copy link
Contributor

@dhrubabasu dhrubabasu commented Jan 25, 2024

Why this should be merged

Instead of requiring consumers of defaultVM to call vm.Shutdown, we can take care of it in a t.Cleanup call in defaultVM itself

How this works

pretty straightforward

How this was tested

CI

@dhrubabasu dhrubabasu self-assigned this Jan 25, 2024
@dhrubabasu dhrubabasu added testing This primarily focuses on testing cleanup Code quality improvement labels Jan 25, 2024
@dhrubabasu dhrubabasu added this to the v1.10.19 milestone Jan 25, 2024
@dhrubabasu dhrubabasu marked this pull request as ready for review January 25, 2024 23:52
@StephenButtolph StephenButtolph added this pull request to the merge queue Jan 26, 2024
Merged via the queue into master with commit b81b936 Jan 26, 2024
17 checks passed
@StephenButtolph StephenButtolph deleted the vm-shutdown-t-cleanup branch January 26, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code quality improvement testing This primarily focuses on testing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants