Fix big object deletion #896

Merged
fyrchik merged 5 commits from dstepanov-yadro/frostfs-node:fix/test_big_object_delete_is_flaky into master 2024-01-11 12:32:11 +00:00

5 commits

Author SHA1 Message Date
50e648e3b1 [#895] metabase: Do not delete GC mark for virtual objects
All checks were successful
DCO action / DCO (pull_request) Successful in 4m45s
Vulncheck / Vulncheck (pull_request) Successful in 6m54s
Build / Build Components (1.21) (pull_request) Successful in 8m13s
Build / Build Components (1.20) (pull_request) Successful in 8m18s
Tests and linters / Lint (pull_request) Successful in 9m50s
Tests and linters / Staticcheck (pull_request) Successful in 9m59s
Tests and linters / Tests (1.20) (pull_request) Successful in 10m39s
Tests and linters / Tests (1.21) (pull_request) Successful in 11m17s
Tests and linters / Tests with -race (pull_request) Successful in 4m26s
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-01-11 11:10:37 +03:00
f20b336b47 [#895] test: Add logger to test shard
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-01-11 11:10:37 +03:00
c7f1c99c55 [#895] test: Use t.Cleanup only for external resources
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-01-11 11:10:37 +03:00
8d5e39ba03 [#895] test: Use zaptest logger
Previous implementation mixes logs from different tests, now logs
are separeted by test.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-01-11 11:10:37 +03:00
9bd6689d82 [#895] test: Fix NewLogger arguments list
`debug` is always true.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-01-11 11:10:37 +03:00