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
Start an object fold in sequence order with SNAPSHOT true! After that, with same bucket and key add a new object. Note the 78, 131 there.
If we now run the fold, the implementation returns:
The following test case is suspicious, because even though we fold with snapshot
true
we don't seem to get the keys from only the snapshot.Normal start, putting 1 object. Note that object has 43 and 131 in it to distinguish it later on.
Then:
Start an object fold in sequence order with SNAPSHOT true! After that, with same bucket and key add a new object. Note the 78, 131 there.
If we now run the fold, the implementation returns:
Thus both objects. This surprises me a bit, I had expected to only get the object back from the snapshot moment.
The text was updated successfully, but these errors were encountered: