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

Stop the runner if test time exceeds the duration given #549 #51

Open
enudler opened this issue Dec 7, 2020 · 0 comments
Open

Stop the runner if test time exceeds the duration given #549 #51

enudler opened this issue Dec 7, 2020 · 0 comments

Comments

@enudler
Copy link
Collaborator

enudler commented Dec 7, 2020

Describe the bug
In some configurations the runner keeps sending requests after the test duration is up, in this case the runner should send a DONE stat and the test should be marked as finished

To Reproduce
Steps to reproduce the behavior:

  1. Run 2000 RPS test with 1 parallism on a very fast API server(5ms response rate)
  2. No avoided scenarios and therefore the runner will keep sending requests after the time is up

Expected behavior

  1. Test finish in the expected time duration

Version:

  • Predator: 1.6.0
  • Predator-runner: 1.6.0

Additional context
Possibility to add this implementation with an environment variable in the predator installation, some users might not want the test to finish and let it keep running

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

No branches or pull requests

1 participant