raw-request
task in nyc_taxis#esql
fails with request [/_esql] contains unrecognized parameter: [request_timeout]"
#393
Labels
I think this is related to the
elasticsearch-py
upgrade to 8.x in Rally (I haven't tested with an older version yet), but when running thenyc_taxis/esql
track we are getting:Without digging deeper, I think this is because the particular task is a
raw-request
and we are specifyingrequest-timeout
:rally-tracks/nyc_taxis/operations/default.json
Line 1175 in 20b8183
client.options()
?If yes, I see at least two ways to work around this:
raw-request
to a custom runner and manipulate the timeout thereraw-request
runner of Rally to do that itselfThe text was updated successfully, but these errors were encountered: