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
Fix race between list_versions and delete_snapshot on NFS 8104588520 (#2092)
See arcticc PR #1170 for more context and discussion.
The keys in the `KeysNotFoundException` were not having
`unencode_object_id` applied to them, so in the snapshot iteration we
were incorrectly thinking they were different to the snapshot key being
iterated over (which has had the unencoding applied).
Copy file name to clipboardexpand all lines: python/tests/integration/arcticdb/test_s3.py
+46
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
As of the Change Date specified in that file, in accordance with the Business Source License, use of this software will be governed by the Apache License, version 2.0.
0 commit comments