Closed vibhor995 closed 2 years ago
Hey @vibhor995 thanks for that!
But this change has some issues.
First, the "seconds" argument is still mandatory - and should not be now.
You should add a validation that either the seconds xor the forever flag is set, and move the logic of the "forever" to has_timeout
function rather than a while true
Thanks, Roi
1) Added one flag which will continue the run of stress load until any chaos is introduced.
---forever
== flagSigned-off-by: vibhor995 vibhor.kumar@mayadata.io
@roiravhon can you please review this PR.