-
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
When there is an error in the FAILURES of the front-end page when there is a worker, there is no escape. #2674
Comments
Hi! There's a ton of stuff going on in your locsustfile :) Can you remove everything that isnt relevant to your problem? Simplify it to something like:
|
HI |
Thanks! I will investigate. Probably this weekend or something... |
Thanks |
Any results on this question, please? Now every time I get an error it affects my viewing of the error message! |
Fixes #2674, at least the most annoying part of it.
Verified, problem fixed, thanks! |
Prerequisites
Description
I'm using locust with 2.25.0 and have the same problem on 2.24.1, when I run locust -f 1_gloria_test.py --web-login, there is an error reported, and the page data displays fine as follows
But when I have a worker, the page doesn't show the data correctly.
master: locust -f 1_gloria_test.py --master
worker: locust -f 1_gloria_test.py --worker
After running, the front-end data looks like this
Command line
locust -f 1_gloria_test.py --master
Locustfile contents
Python version
3.11.0
Locust version
2.25.0
Operating system
amzn2023.x86_64
The text was updated successfully, but these errors were encountered: