-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Locust distributed noweb does not honour --num-request option #682
Comments
+1 |
tests are now based on time rather than number of requests. This change was introduced in 0.8.1, but the docs state that it is changed in 0.9. We will fix the docs and also add this to the changelog. |
I had a look at the code for v0.8.1 (at the 0.8.1 tag) and there is no option for |
@thomas-phillips-nz |
how can locust be used to a load test for an asynchronous service :) ? |
@emamurho Not the right place to ask that question. |
Description of issue / feature request
When running Locust distributed, with the master in --no-web, the "Number of requests to perform" (
-n NUM_REQUESTS, --num-request=NUM_REQUESTS
) option is not honoured.Expected behavior
After sending the specified number of requests, the master should stop all connected slaves, then print out its stats and exit
Actual behavior
Everything keeps running right past the specified requests limit
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
The text was updated successfully, but these errors were encountered: