We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using python v3 to run locust, I occasionally get the following error with locust immediately terminating:
[2016-09-10 14:52:30,443] mybox/ERROR/stderr: Exception ignored in: [2016-09-10 14:52:30,443] mybox/ERROR/stderr: <locust.log.StdOutWrapper object at 0x106aa79b0> [2016-09-10 14:52:30,443] mybox/ERROR/stderr: [2016-09-10 14:52:30,443] mybox/ERROR/stderr: AttributeError [2016-09-10 14:52:30,443] mybox/ERROR/stderr: : [2016-09-10 14:52:30,443] mybox/ERROR/stderr: 'StdOutWrapper' object has no attribute 'flush' [2016-09-10 14:52:30,443] mybox/ERROR/stderr:
It looks like flushing was changed in python v3. See this SO q/a for more info.
The text was updated successfully, but these errors were encountered:
this was fixed when we added python3 support, but it looks like it was never merged to master: 548ffe7
Sorry, something went wrong.
Cherry-picked and pushed! Thanks!
Add flush method to StreamToLogger class for python3 compatibility
42cf896
locustio/locust#475
No branches or pull requests
When using python v3 to run locust, I occasionally get the following error with locust immediately terminating:
It looks like flushing was changed in python v3. See this SO q/a for more info.
The text was updated successfully, but these errors were encountered: