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

DB upgrade can break user script path #554

Closed
bouthilx opened this issue Feb 9, 2021 · 1 comment · Fixed by #627
Closed

DB upgrade can break user script path #554

bouthilx opened this issue Feb 9, 2021 · 1 comment · Fixed by #627
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior critical The bug causes data loss, crashes or hangs processes, makes the application unusable
Milestone

Comments

@bouthilx
Copy link
Member

bouthilx commented Feb 9, 2021

When upgrading the DB, the parser data will be updated and absolute path of the main script will be inferred based on the commandline call of the experiment. This can have the effect of changing the absolute path to a different one if the file is present but the upgrade is done on another file system than the experiment. The update of the parser should not lead to an absolute path relative to the system in use for the upgrade, the path should either be left as is or reverted to relative path given in command line.

This issue was the cause of #553 .

@mgermain

@bouthilx bouthilx added bug Indicates an unexpected problem or unintended behavior critical The bug causes data loss, crashes or hangs processes, makes the application unusable labels Feb 9, 2021
@bouthilx bouthilx added this to the v0.1.13 milestone Feb 9, 2021
@bouthilx bouthilx self-assigned this Feb 9, 2021
@bouthilx
Copy link
Member Author

Related, an absent user config file will lead into flushing the search space because of this part. The DB upgrade should not depend on any local files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior critical The bug causes data loss, crashes or hangs processes, makes the application unusable
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant