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

Only create swap file space when necessary #416

Merged
merged 6 commits into from
Feb 22, 2022

Conversation

martijnvans
Copy link
Contributor

@martijnvans martijnvans commented Feb 16, 2022

As discussed a bit over chat, it feels a bit misplaced to me to be doing this swap file stuff for all of our tests (~40 different test functions, counting all third party apps as just one test function) when only one of them actually needs to have a swap file. This PR is partly about streamlining the VM setup process in gce_testing.go, for simplicity and speed, but also about getting our tests to use VMs that look as much like "out of the box" VMs as possible.

@martijnvans martijnvans marked this pull request as ready for review February 22, 2022 17:22
@martijnvans martijnvans merged commit 53c8b3e into master Feb 22, 2022
@martijnvans martijnvans deleted the martijnvans-swap-space branch February 23, 2022 18:06
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.

2 participants