mirror of
https://github.com/nspcc-dev/neofs-api-go.git
synced 2026-03-01 04:28:56 +00:00
Generate correct IDs for tests #71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carpawell on GitHub (Apr 13, 2022).
After SDK refactor, IDs that are not valid in the terms of the NeoFS protocol could not be used in SDK tests. E.g. oid (not 32 byte length). It looks like it is not
apirepo's responsibility, but I still think it is not correct to provide test IDs that are not used in real cases.@carpawell commented on GitHub (Apr 13, 2022):
OR add functions that generate incorrect IDs (or the same func but with an
incorrectflag or smth like that) and fix the current.