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
👋 Thank you for writing JFS!
I am using it as an alternative store for a side project.
While running my tests, I noticed that my delete case would sporadically fail.
It does a bunch of inserts, then a bunch of deletes and then reads to see if they still there.
I think adding a f.sync_all()? at the end of save_object_to_file should at least alleviate the case.
I can open a PR if you want.
The text was updated successfully, but these errors were encountered:
👋 Thank you for writing JFS!
I am using it as an alternative store for a side project.
While running my tests, I noticed that my
delete
case would sporadically fail.It does a bunch of inserts, then a bunch of deletes and then reads to see if they still there.
I think adding a
f.sync_all()?
at the end ofsave_object_to_file
should at least alleviate the case.I can open a PR if you want.
The text was updated successfully, but these errors were encountered: