frostfs-node/pkg/services/object
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
..
acl [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
ape [#1618] ape: Fix object service request tests 2025-01-30 13:18:37 +00:00
common [#1606] Use slices.Clone()/bytes.Clone() where possible 2025-01-17 14:50:14 +03:00
delete [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
get [#1616] getsvc: Move break condition from body to the loop condition 2025-01-30 06:50:37 +00:00
internal [#465] objsvc: Set NETMAP_EPOCH xheader for auxiliary requests 2024-12-26 09:17:58 +00:00
patch [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
put [#1620] logs: Drop redundant trace_id fields 2025-01-29 16:13:51 +03:00
search [#1606] Use slices.Clone()/bytes.Clone() where possible 2025-01-17 14:50:14 +03:00
util [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
audit.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
common.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
metrics.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
remote_reader.go [#1431] obj_storage/metabase: Delete unused variable 2024-10-15 08:53:59 +00:00
request_context.go [#1480] ape: Remove SoftAPECheck flag 2024-11-08 12:01:14 +00:00
response.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
server.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
sign.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
transport_splitter.go [#1586] objsvc: Allow to send search response in multiple messages 2024-12-28 12:29:22 +00:00