Skip to content
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

Bzt Gatling executor returns failure when using any gatling version > 3.9 #1890

Open
vargm opened this issue Feb 28, 2025 · 0 comments
Open

Comments

@vargm
Copy link

vargm commented Feb 28, 2025

Bzt returns failure when using any gatling version > 3.9.
Same test + configs using 3.7.5 returns success.

in bzt.log i get errors

DataLogReader] ... no data processed!...

ToolError: Empty results, most likely ABCPerf (GatlingExecutor) failed

It seems that in DataLogReader , _guess_gatling_version() method compares the values lexicographically.

when version (or "fields[-1]) is "3.10.5", _guess_gatling_version returns "3.3.X".

the first line of simulation log is

RUN	abc.ABCPerf	gatling-140580068815568	1740687422001	Taurus	3.10.5

REQUEST		<My_Request_Type> (<my_request_url>)	1740687520238	1740687520927	OK	 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant