mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
break out of workload grabbing when there's an error reading a certain Yaml
This commit is contained in:
@@ -198,7 +198,8 @@ public class WorkloadContainerVerifications {
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
System.out.println("Error reading file " + workload.getYamlPath() + ": " + e.getMessage());
|
||||
logger.error("Error reading file " + workload.getYamlPath() + ": " + e.getMessage());
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user