Use LockPrm and LockRes to store Lock operation parameters and results #1556

Closed
a-savchuk wants to merge 5 commits from a-savchuk:add-lock-prm into master
2 changed files with 2 additions and 0 deletions
Showing only changes of commit edb2bc7b55 - Show all commits

View file

@ -153,6 +153,7 @@ func TestInhumeExpiredRegularObject(t *testing.T) {
)...), )...),
} }
}).prepare(t).engine }).prepare(t).engine
defer func() { require.NoError(t, engine.Close(context.Background())) }()
cnr := cidtest.ID() cnr := cidtest.ID()

View file

@ -306,6 +306,7 @@ func TestLockExpiredRegularObject(t *testing.T) {
)...), )...),
} }
}).prepare(t).engine }).prepare(t).engine
defer func() { require.NoError(t, engine.Close(context.Background())) }()
cnr := cidtest.ID() cnr := cidtest.ID()