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

effective error handling when filesystem is modified #68

Open
breezykermo opened this issue Jun 18, 2019 · 1 comment
Open

effective error handling when filesystem is modified #68

breezykermo opened this issue Jun 18, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Open for community contribution! Be sure to comment on the issue to check status

Comments

@breezykermo
Copy link
Member

Because mtriage uses the local filesystem to store state/data between passes, there is always the possibility that it will be corrupted between selects/analyses.

Mtriage doesn't currently have much in the way of effective error handling when the file system is corrupted, but should do its best to alert the user what the problem is.

@breezykermo breezykermo added enhancement New feature or request help wanted Open for community contribution! Be sure to comment on the issue to check status build Associated with testing, CI, and/or QA labels Jun 18, 2019
@breezykermo
Copy link
Member Author

This still isn't exactly solved, but making storage abstract has helped towards this. That API could probably be refined to do better with errors.

@breezykermo breezykermo removed the build Associated with testing, CI, and/or QA label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Open for community contribution! Be sure to comment on the issue to check status
Projects
None yet
Development

No branches or pull requests

1 participant