Support IteratorChainsByPrefix method #70
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-contract#70
Loading…
Reference in a new issue
No description provided.
Delete branch "achuprov/frostfs-contract:feature/add_iterator_chains"
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?
Close #66
Signed-off-by: Alexander Chuprov a.chuprov@yadro.com
161d3055d0
to4de205e2c9
fixed
police
->policy
Don't we need to re-generate clients?
4de205e2c9
tof121f05897
@ -106,0 +122,4 @@
for i := range expected {
bytesPolicy, err := policys[i].TryBytes()
require.NoError(t, err)
require.True(t, bytes.Equal(expected[i], bytesPolicy))
I believe
require.Equal
works on byte slices.@ -106,0 +122,4 @@
for i := range expected {
bytesPolicy, err := policys[i].TryBytes()
require.NoError(t, err)
require.True(t, bytes.Equal(expected[i], bytesPolicy))
I believe
require.Equal
works on byte slices.f121f05897
todc60ea03af
dc60ea03af
to93781f1149