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
The randomized tests in #272 shows data loss with LoadVersionForOverwriting (change revertChance to e.g. 0.1). This is probably the same problem as #261, i.e. that orphans from later versions are left behind, and if the sequence of writes is different for the new versions then these orphans can incorrectly cause nodes to be deleted when they expire.
The text was updated successfully, but these errors were encountered:
Adds a randomized test suite. Currently disables `LoadVersionForOverwriting()` tests since it has known data corruption problems (#273). Does not cover pruning/in-memory tests, since this will be removed shortly.
The randomized tests in #272 shows data loss with
LoadVersionForOverwriting
(changerevertChance
to e.g. 0.1). This is probably the same problem as #261, i.e. that orphans from later versions are left behind, and if the sequence of writes is different for the new versions then these orphans can incorrectly cause nodes to be deleted when they expire.The text was updated successfully, but these errors were encountered: