Improve reading VUs to work with objects produced by writing VUs #25

Closed
opened 2023-03-08 23:37:54 +00:00 by snegurochka · 1 comment

Original issue: https://github.com/nspcc-dev/xk6-neofs/issues/20

Currently reading VUs are reading a fixed set of objects that were pre-generated before K6 run. As result, readers are sending requests that are covering very narrow set of data in neoFS. More realistic scenario would be if reading VUs attempted to read the objects that have been created by writing VUs within the same load session.

We can achieve this by storing objects in registry (in writing functions) and then picking them up with ObjSelector in reading VUs.

Original issue: https://github.com/nspcc-dev/xk6-neofs/issues/20 Currently reading VUs are reading a fixed set of objects that were pre-generated before K6 run. As result, readers are sending requests that are covering very narrow set of data in neoFS. More realistic scenario would be if reading VUs attempted to read the objects that have been created by writing VUs within the same load session. We can achieve this by storing objects in registry (in writing functions) and then picking them up with `ObjSelector` in reading VUs.
alexvanin added the
P1
label 2023-03-10 09:20:49 +00:00

Consider deletes in case of reading deleted objects.

Consider deletes in case of reading deleted objects.
fyrchik added the
enhancement
label 2023-07-17 07:17:09 +00:00
aarifullin was assigned by fyrchik 2023-07-17 08:09:37 +00:00
dstepanov-yadro was assigned by fyrchik 2023-07-19 07:39:22 +00:00
aarifullin was unassigned by fyrchik 2023-07-19 07:39:36 +00:00
Sign in to join this conversation.
There is no content yet.