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)