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

Got "unknown user exception" when use --step-load and --step-clients #1385

Closed
yunfan opened this issue May 19, 2020 · 2 comments
Closed

Got "unknown user exception" when use --step-load and --step-clients #1385

yunfan opened this issue May 19, 2020 · 2 comments

Comments

@yunfan
Copy link

yunfan commented May 19, 2020

Describe the bug

i was using the typical step-load mode copy from the document

locust --headless -u 1000 -r 100 --run-time 30m --step-load --step-clients 10 --step-time 20m

and got a "unknown user exception like the follow

[2020-05-19 20:41:59,569] brix/ERROR/locust.main: Unknown User(s): 10

Environment

  • OS: ubuntu 20.04 x86_64
  • Python version: 3.8.2
  • Locust version: 1.0.1
  • Locust command line that you ran: locust --headless -u 1000 -r 100 --run-time 30m --step-load --step-clients 10 --step-time 20m
  • Locust file contents (anonymized if necessary):
@yunfan yunfan added the bug label May 19, 2020
@cyberw
Copy link
Collaborator

cyberw commented May 19, 2020

the parameter is now called --step-users, not --step-clients.

I'll admit, the error message is really confusing though :)

@yunfan
Copy link
Author

yunfan commented May 19, 2020

thanks. that parameter works

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