You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But Taurus get error: ERROR: Child Process Error: Empty results, most likely sample (GatlingExecutor) failed. Actual reason for this can be found in logs under /tmp/artifacts
By looking the source code, we can see if we set ".group("abc")" in scenario, the 'req_hierarchy' in below will be always not none and '__parse_request' always return None, could we know if there any reason doesn't support 'req_hierarchy'?
req_hierarchy = fields[0].split(',')[0]
if req_hierarchy:
if error:
self._group_errors[req_hierarchy].add(error)
return None
The text was updated successfully, but these errors were encountered:
BrightSummer
changed the title
"Empty results" issue due for we set group for request
Gatling "Empty results" issue due for we set group for request
Jun 2, 2023
Hi,
We are try to use Taurus do gatling testing, and the yaml look like:
in TestSimilation we use 'io.gatling.javaapi.core.group', code look like:
Then we found gatling works fine with result like:
But Taurus get error:
ERROR: Child Process Error: Empty results, most likely sample (GatlingExecutor) failed. Actual reason for this can be found in logs under /tmp/artifacts
By looking the source code, we can see if we set ".group("abc")" in scenario, the 'req_hierarchy' in below will be always not none and '__parse_request' always return None, could we know if there any reason doesn't support 'req_hierarchy'?
taurus/bzt/modules/gatling.py
Line 603 in 2ce9dbe
The text was updated successfully, but these errors were encountered: