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
We have #467 for adding acceptance tests for the exporter. That issue intends for the tests for be comprehensive, which is a tall order. We should have very minimal acceptance tests for exporter that cover basic things, like:
it works
the output app image has the correct os / arch
the output cache image has the correct os / arch
Proposed solution
We could copy / paste some setup from the existing restorer acceptance tests (e.g., related to the cache). We should assume that it's a very simple build and maybe it's the first build so we don't have to re-use layers.
Description
We have #467 for adding acceptance tests for the exporter. That issue intends for the tests for be comprehensive, which is a tall order. We should have very minimal acceptance tests for exporter that cover basic things, like:
Proposed solution
We could copy / paste some setup from the existing restorer acceptance tests (e.g., related to the cache). We should assume that it's a very simple build and maybe it's the first build so we don't have to re-use layers.
Additional context
This will help #435
The text was updated successfully, but these errors were encountered: