From 20b2652823d968b0b5d96a0f2d1f79550186a3e2 Mon Sep 17 00:00:00 2001 From: "m.malygina" Date: Thu, 6 Jun 2024 10:07:16 +0300 Subject: [PATCH] Added read status to obj Signed-off-by: m.malygina --- scenarios/s3longevity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/s3longevity.js b/scenarios/s3longevity.js index 68021a9..d1e4a4a 100644 --- a/scenarios/s3longevity.js +++ b/scenarios/s3longevity.js @@ -49,7 +49,7 @@ if (!!__ENV.METRIC_TAGS) { const read_age = __ENV.READ_AGE ? parseInt(__ENV.READ_AGE) : 10; let obj_to_read_selector = undefined; if (registry_enabled) { - obj_to_read_selector = registry.getLoopedSelector( + obj_to_read_selector = registry.getSelector( //registry.getLoopedSelector( __ENV.REGISTRY_FILE, 'obj_to_read', __ENV.SELECTION_SIZE ? parseInt(__ENV.SELECTION_SIZE) : 0, { status : 'created',