Ability to verify objects created by a load run #8

Closed
opened 2025-12-28 18:13:34 +00:00 by sami · 0 comments
Owner

Originally created by @vdomnich-yadro on GitHub (Sep 21, 2022).

Originally assigned to: @vdomnich-yadro on GitHub.

While running a load test we are creating new objects in neoFS. However, currently we have no means to verify that all these objects were properly stored in the system.
Possible solution to this problem is:

  1. Store information about the objects in some lightweight registry (@anatoly-bogatyrev proposed using bolt db).
  2. Implement a script that can iterate over all objects in the registry and check whether object is actually stored in neoFS and whether its hash matches the hash of original payload.
Originally created by @vdomnich-yadro on GitHub (Sep 21, 2022). Originally assigned to: @vdomnich-yadro on GitHub. While running a load test we are creating new objects in neoFS. However, currently we have no means to verify that all these objects were properly stored in the system. Possible solution to this problem is: 1. Store information about the objects in some lightweight registry (@anatoly-bogatyrev proposed using bolt db). 2. Implement a script that can iterate over all objects in the registry and check whether object is actually stored in neoFS and whether its hash matches the hash of original payload.
sami 2025-12-28 18:13:34 +00:00
  • closed this issue
  • added the
    U3
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
nspcc-dev/xk6-neofs#8
No description provided.