You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But because some people might be calling it explicitly and I dont want to break the interface I made a few workarounds. Try them out if you like :) (available in latest dev build in a few minutes...)
Describe the bug
There are some magic methods with common names, like "run".
Creating a @task with those name will totally break locust, see example below.
Expected behavior
Magic methods should use some kind of prefix or not common names to avoid name clashes.
Actual behavior
Locust will not try to rerun the task, the run task is executed only once.
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: