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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: