Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: Repeat limited by time, "run for hh:mm:ss" or "until hh:mm:ss" #44

Open
IntoCpp opened this issue Feb 13, 2020 · 0 comments

Comments

@IntoCpp
Copy link

IntoCpp commented Feb 13, 2020

I have a rarely occurring "long delay" issue when using a resource via network. It usually happens in the 8-15 hours range but sometimes never. It usually recover after a few minutes (of a transactions that takes less than a second).
I wish I could loop my tests all night, but be certain it stops in the morning to free the resources. If I do a "CTRL-C" I miss the final report.

  • Using the repeat I have to guesstimate how many loops I will need for H hours and hope the error will occur at least once in the time-frame.
    Using the 'run-untill-failure' is not great either since the problem may not occur at all. And I want the test loop to continue to get statistics on recovery time.

Not a big priority, but a nice to have.
Thanks for the great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants