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

Locust deprecated methods #5132

Closed
4 tasks
cnlucas opened this issue May 11, 2022 · 0 comments · Fixed by #5166
Closed
4 tasks

Locust deprecated methods #5132

cnlucas opened this issue May 11, 2022 · 0 comments · Fixed by #5166
Assignees
Milestone

Comments

@cnlucas
Copy link
Member

cnlucas commented May 11, 2022

What we’re after

In our locust test file we need to replace the deprecated methods min_wait and max_wait. We received this warning, "Usage of min_wait and max_wait is deprecated since version 0.13. Instead use: wait_time = between(%s, %s)"

Related PR(s)

PR where we found the warning:

Action item(s)

(These are the smaller tasks that should happen in order to complete this work)

  • confirm we need min_wait and max_wait methods in locust test
  • replace min_wait and max_wait with the new method wait_time = between(%s, %s)

Completion criteria

(What does the end state look like - as long as this task(s) is done, this work is complete)

  • deprecated methods have been removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant