You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: option to use installed lima for SOCI e2e tests (runfinch#533)
Issue #, if available:
Closesrunfinch#532
*Description of changes:*
to verify SOCI snapshotter is working correctly, limactl is used to
shell into the Finch VM and check that mounted snapshots match the
expected created by SOCI. In our nightly builds we test against an
installed version of Finch, but the previous SOCI e2e tests did not
account for this. Now, branch on `installed` to determine which lima
path to use.
*Testing done:*
For testing, I uninstalled Finch, reinstalled from brew, and tested that
pathing matched the installation with `INSTALLED=true make test-e2e-vm`
and some debug statements.
`INSTALLED=false make test-e2e-vm` also still works.
- [X] I've reviewed the guidance in CONTRIBUTING.md
#### License Acceptance
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Signed-off-by: Gavin Inglis <[email protected]>
0 commit comments