-
Notifications
You must be signed in to change notification settings - Fork 12
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
Filling in trials automatically does not update meta data/json DB #313
Comments
What does "filling in trials automatically" mean? |
|
Sorry, I sent that pre-maturely. To elaborate further, the meta data shown is from the deleted trial. This was not done on the latest unstable, so I've updated and I'm testing again. I suspect the version I was using is recent enough that this issue will persist, but I'll try to reproduce with the latest unstable. |
The data size, command, etc. are all part of the Trial object... I don't see how it could be reusing metadata from the deleted trial unless the trial was not in fact deleted. Deleting the Trial should remove its entry from the database entirely (and, in the case of a Trial, also delete the corresponding directory). |
Yes, I agree. This is in Onyx's $WORKDIR. Maybe it's lustre related?
As you see in my first post, this is most certainly happening.
TBH, my trust in TinyDB seems to be monotonically decreasing. However,
since it's vendored, maybe updating it could help resolve some issues?
…On Mon, Oct 29, 2018 at 9:33 PM Nicholas Chaimov ***@***.***> wrote:
The data size, command, etc. are all part of the Trial object... I don't
see how it could be reusing metadata from the deleted trial unless the
trial was not in fact deleted. Deleting the file should remove its entry
from the database entirely (and, in the case of a Trial, also delete the
corresponding directory).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#313 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAREPJSPXBSqkPkjYnv5RJPSsyXIEWAxks5up6xngaJpZM4YA_kM>
.
|
Can this be reproduced consistently? If so, does examining the database file in a text editor (it's just a big JSON object) after the delete show that the deleted record is still in the database somehow? |
😠
The text was updated successfully, but these errors were encountered: