Skip to content

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

@vargm

Description

@vargm

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	 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions