From c7fd2078c8cd59f2fb1284997a3f83f832eac0f1 Mon Sep 17 00:00:00 2001 From: "m.malygina" Date: Fri, 21 Jun 2024 10:54:45 +0300 Subject: [PATCH] [#150] In case we are running both read and delete load SelectorAwaiting Signed-off-by: m.malygina --- scenarios/s3_dar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scenarios/s3_dar.js b/scenarios/s3_dar.js index cc9c7ef..3440223 100644 --- a/scenarios/s3_dar.js +++ b/scenarios/s3_dar.js @@ -85,6 +85,7 @@ if (read_vu_count > 0) { const delete_age = __ENV.DELETE_AGE ? parseInt(__ENV.DELETE_AGE) : undefined; let obj_to_delete_selector = undefined; let obj_to_delete_exit_on_null = undefined; + if (registry_enabled && delete_age) { obj_to_delete_exit_on_null = (write_vu_count == 0) && (read_vu_count == 0)