frostfs-node/pkg
Aleksey Savchuk 3f4df881c9
[#1403] engine: Add tests for object deletion on read-only shard
Currently, when an object on some shard is inhumed, the engine places
a tombstone on the same shard. If the target shard is read-only, the
engine fails.

In that case, we want the engine to correctly place a tombstone on
a different shard, ensuring that:
- An object becomes unavailable if a tombstone was placed on a different
  shard. See `TestObjectUnavailableIfTombstoneOnDifferentShard` test.
- GC deletes an object if a tombstone was placed on a different shard.
  See `TestObjectDeletedIfTombstoneOnDifferentShard` test.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-07 16:16:24 +03:00
..
ape [#1388] apeSvc: Drop unused and make annotations 2024-09-25 08:55:38 +00:00
core [#1312] Drop handling of system attributes with NeoFS prefix 2024-09-20 11:37:18 +00:00
innerring [#1388] ir: Annotate cmode as nolint 2024-09-25 08:55:38 +00:00
local_object_storage [#1403] engine: Add tests for object deletion on read-only shard 2024-10-07 16:16:24 +03:00
morph [#1382] morph: Replace deprecated methods 2024-09-18 14:29:27 +03:00
network [#1348] go.mod: Update api-go and sdk-go 2024-09-04 10:47:26 +03:00
services [#1407] tree: Set ContainerOwner in parameter for CheckAPE 2024-10-02 07:21:02 +00:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1366] logger: Make timestamp prepending optional 2024-09-17 10:49:51 +03:00