scenarios: Unify logs in verify script #64

Merged
fyrchik merged 1 commit from fyrchik/xk6-frostfs:verify-logs into master 2023-07-26 21:08:03 +00:00
Showing only changes of commit 925fe3ec83 - Show all commits

View file

@ -98,6 +98,11 @@ export function handleSummary(data) {
}
export function obj_verify() {
if (obj_to_verify_count == 0) {
log.info("Nothing to verify");
return;
}
if (__ENV.SLEEP) {
sleep(__ENV.SLEEP);
}