frostfs-node/pkg
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
..
ape [#1506] ape: Use contract reader in ListMorphRuleChains() 2025-01-09 12:04:21 +00:00
core [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
innerring [#1598] golangci: Enable unparam linter 2025-01-14 09:06:47 +03:00
local_object_storage [#1620] logs: Drop redundant trace_id fields 2025-01-29 16:13:51 +03:00
morph [#1606] Use slices.Clone()/bytes.Clone() where possible 2025-01-17 14:50:14 +03:00
network [#1342] network/cache: Add node address to error multiClient 2024-12-18 19:27:35 +03:00
services [#1618] ape: Fix object service request tests 2025-01-30 13:18:37 +00:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1601] util: Correctly parse 'root' name for container resources 2025-01-15 12:13:02 +00:00