mirror of
https://github.com/nspcc-dev/neofs-testcases.git
synced 2026-03-01 04:29:19 +00:00
Adapt changes in neofs-cli object range #146
Labels
No labels
I1
I2
I3
I4
S0
S1
S1
S2
S3
S4
U0
U0
U1
U2
U3
U4
blocked
bug
dependencies
discussion
documentation
enhancement
enhancement
enhancement
epic
feature
good first issue
help wanted
performance
question
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-testcases#146
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 (Dec 19, 2022).
Originally assigned to: @anikeev-yadro, @abereziny on GitHub.
Context
See comments for details.
Problem
neofs-clidoes not allow zero length anduint64overflow ranges (offset + length <= offset) now. Check that tests are ready for that (add some additional test cases if needed).Error messsages:
"invalid '%s' range: zero length","invalid '%s' range: uint64 overflow"where%sis for provided ranges (off:len).@abereziny commented on GitHub (Dec 19, 2022):
Updated in #477
@abereziny commented on GitHub (Dec 23, 2022):
Adapted and passed on v1.0.1-nb-20221223.1
