Lars Holmberg

Results 337 comments of Lars Holmberg

I tried to improve the error message for the `--json` test that was failing https://github.com/locustio/locust/commit/4e29bf6f2ebf85d92dd24b5ec0654096bf226d84

the error went away on retry so 🎊

Hi! Sorry for the slow response. I'm not sure this works in distributed mode? It needs a unit test & fixed linting/formatting.

Hi! Sorry for not replying on Slack :) I've asked @plaindocs for a smart way to structure this. It would be hard to do in the main repo (as I...

I haven't done it but it sounds entirely doable! Either by implementing a new User class, or by just using it in a task and logging an event using `measure`...

I noticed this as well. @andrewbaldwin44 can you have a look? Its not urgent so maybe after next weeks meetings..

This is kind of intentional. You are spawning a user with no tasks (after filtering tags) which is usually a mistake, so we should log an error message (although I...

The problem (I think) I was referring to is that it gets logged once per user instance. When I think about it though, idk if it is worth fixing. Maybe...

Yes! As long as the implementation can be kept simple.