Fix flaky test #795

Merged
dstepanov-yadro merged 1 commit from dstepanov-yadro/frostfs-node:fix/test_lock_expiration into master 2024-09-04 19:51:04 +00:00

Closes #788

Closes #788
dstepanov-yadro added 2 commits 2023-11-09 07:40:39 +00:00
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
[#788] objectsvc: Fix formatting (gofumpt)
All checks were successful
DCO action / DCO (pull_request) Successful in 3m19s
Vulncheck / Vulncheck (pull_request) Successful in 3m40s
Build / Build Components (1.21) (pull_request) Successful in 4m17s
Build / Build Components (1.20) (pull_request) Successful in 4m32s
Tests and linters / Staticcheck (pull_request) Successful in 4m46s
Tests and linters / Tests (1.21) (pull_request) Successful in 5m9s
Tests and linters / Lint (pull_request) Successful in 5m28s
Tests and linters / Tests (1.20) (pull_request) Successful in 5m24s
Tests and linters / Tests with -race (pull_request) Successful in 7m38s
9133b4389e
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
dstepanov-yadro requested review from storage-core-committers 2023-11-09 07:44:33 +00:00
dstepanov-yadro requested review from storage-core-developers 2023-11-09 07:44:34 +00:00
acid-ant approved these changes 2023-11-09 07:50:25 +00:00
fyrchik approved these changes 2023-11-09 08:23:58 +00:00
@ -138,4 +138,2 @@
e.HandleNewEpoch(lockerExpiresAfter + 1)
// delay for GC
time.Sleep(time.Second)
Owner

I think what we really need is manual GC execution: can we e.g. call removeGarbage explicitly or is it too much refactoring?

I think what we really need is manual GC execution: can we e.g. call `removeGarbage` explicitly or is it too much refactoring?
dstepanov-yadro merged commit 9133b4389e into master 2023-11-09 08:34:56 +00:00
dstepanov-yadro deleted branch fix/test_lock_expiration 2023-11-09 08:34:57 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#795
No description provided.