-
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
Don't log state change if it's the same #1580
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1580 +/- ##
==========================================
+ Coverage 81.37% 81.57% +0.19%
==========================================
Files 28 28
Lines 2583 2583
Branches 393 393
==========================================
+ Hits 2102 2107 +5
+ Misses 384 379 -5
Partials 97 97
Continue to review full report at Codecov.
|
Are you sure there is not an underlying issue? I dont see why we should make tons of state changes to the same state... |
True. I can find out why something is continually updating the state to the same value. |
It's from here: https://github.com/locustio/locust/blob/master/locust/runners.py#L624 I will test a different fix then 🙂 |
Nice! maybe just add |
OK done that now some test is failing. I will look into it. |
Resolves #1577