frostfs-node/pkg
Aleksey Savchuk 7fc6101bec
[#1491] engine/test: Rework engine test utils
- Remove `testNewShard` and `setInitializedShards` because they
violated the default engine workflow. The correct workflow is:
first use `New()`, followed by `Open()`, and then `Init()`. As a
result, adding new logic to `(*StorageEngine).Init` caused several
tests to fail with a panic when attempting to access uninitialized
resources. Now, all engines created with the test utils must be
initialized manually. The new helper method `prepare` can be used
for that purpose.
- Additionally, `setInitializedShards` hardcoded the shard worker
pool size, which prevented it from being configured in tests and
benchmarks. This has been fixed as well.
- Ensure engine initialization is done wherever it was missing.
- Refactor `setShardsNumOpts`, `setShardsNumAdditionalOpts`, and
`setShardsNum`. Make them all depend on `setShardsNumOpts`.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-11-13 14:42:53 +03:00
..
ape [#1388] apeSvc: Drop unused and make annotations 2024-09-25 08:55:38 +00:00
core [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
innerring [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
local_object_storage [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
morph [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
network [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
services [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1437] logger: Add caller skip to log original caller position 2024-11-13 10:36:12 +03:00