-
Notifications
You must be signed in to change notification settings - Fork 5
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
data removal results in arki-check errors #296
Comments
It looks like something like this happened:
|
Reproduced in test suite. Indeed, deleting nonexisting data creates an empty version of the affected segment |
Reason: deletion happens internally via a dataset writer instead of a checker, despite one needing to run A possible way forward is to move the remove method from the writer infrastructure to the checker infrastructure, which is probably something that should have already happened long ago |
test case:
arkitest.tar.gz
(this might be an edge case since I'm using the
--remove
option with specific metadata to remove all present data)The text was updated successfully, but these errors were encountered: