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
load a new solution (different iso file content, path, name etc)
solutions.sh failed as it could not find the previous iso (deleted) and run isoinfo on it.
What was expected:
loading the second solution works
Steps to reproduce:
same steps as What happened
Resolution proposal (optional):
when checking all solutions iso file, if one does not exists, may be skip it depending on the expected result, if this iso file is not the one that we are looking for, or the one we want to load for example.
The text was updated successfully, but these errors were encountered:
When an ISO is listed in the configuration, it must exist. If it does not exist, it should be reinstated, or the configuration must be fixed (though not simply as-is: removing a solution ISO requires a procedure to be executed, it's not sufficient to merely remove a line from the config: the config needs to be 'applied' as well).
We should not 'skip' missing solutions files listed in the config, essentially accepting a 'broken' configuration.
However, if such broken configuration is detected, we must make sure to properly handle this, i.e., with a useful error message. That may be lacking.
lavigne958
changed the title
Deleting previously loaded iso make solutions.sh fail
Deleted iso solution should trigger comprehensive error message when using solutions.sh
May 26, 2021
Component:
solutions
What happened:
isoinfo
on it.What was expected:
Steps to reproduce:
Resolution proposal (optional):
The text was updated successfully, but these errors were encountered: