frostfs-node/pkg/services
Ekaterina Lebedeva 9ee3dd4e91 [#1618] ape: Fix object service request tests
Constant string `testOwnerID` for these tests has an invalid
format. It has 11 bytes instead of required 25 for `user.ID`.
It worked because:
  1. `user.ID` was a byte slice and didn't check length
     and format of byte slices decoded from strings.
  2. in these tests `testOwnerID` was used only to decode
     container owner id and to compare it with owner id encoded
     back to string.
Since `user.ID implementation has changed`, the problem arised.
Now `testOwnerID` is valid.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2025-01-30 13:18:37 +00:00
..
accounting [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
apemanager [#1506] ape_manager: Await tx persist before returning response 2025-01-09 12:04:21 +00:00
common/ape [#1563] ape: Introduce ChainRouterError error type 2024-12-16 15:12:30 +03:00
container [#1577] container: Reduce iterations through container list 2024-12-27 15:30:26 +03:00
control [#1598] engine: Drop unnecessary result structs 2025-01-14 11:15:21 +03:00
netmap [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
object [#1618] ape: Fix object service request tests 2025-01-30 13:18:37 +00:00
object_manager [#1606] Use slices.Clone()/bytes.Clone() where possible 2025-01-17 14:50:14 +03:00
policer [#1605] policer: Do not mutate slice under iteration 2025-01-21 05:34:54 +00:00
replicator [#1620] logs: Drop redundant trace_id fields 2025-01-29 16:13:51 +03:00
session [#1581] services/session: Use user.ID.EncodeToString() where possible 2024-12-25 18:09:36 +00:00
tree [#1620] logs: Drop redundant trace_id fields 2025-01-29 16:13:51 +03:00
util [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00