[#150] scenarios: Use SelectorAwaiting for read and delete load in s3_dar.js, make delete_age optional

Signed-off-by: m.malygina <m.malygina@yadro.com>
s3-dar-scenario
m.malygina 2024-06-21 15:52:57 +03:00
parent 0a9aeab47c
commit e7d4dd404a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ 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) {
if (registry_enabled ) {
obj_to_delete_exit_on_null = (write_vu_count == 0) && (read_vu_count == 0)
let constructor = obj_to_delete_exit_on_null ? registry.getOneshotSelector