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
In order to test time sensitive (related) behavioral patterns of servers hurl would need to express a "delay" in order to wait between to consecutive requests.
Proposal
Provide a TIMEOUT keyword to express on ms (or even ns) granularity a timeout about to delay consecutive requests as depicted in the following example:
POST {{LOCATION}}/endpoint
{
"key": "value"
}
TIMEOUT 150
GET {{LOCATION}}/endpoint
Additional context and resources
This use case is related to describe more expressive and compete test/benchmark plans using combinations of the features proposed in #88 (comment)
The text was updated successfully, but these errors were encountered:
@fabricereix sounds great. So from the example you provided the semantics would be that the GET request is delayed by 150ms, right?
ppaulweber
changed the title
Provide TIMEOUT keyword to specify delays between consecutive request
Provide 'delay' option to specify delays between consecutive request
Aug 11, 2023
Problem to solve
In order to test time sensitive (related) behavioral patterns of servers
hurl
would need to express a "delay" in order to wait between to consecutive requests.Proposal
Provide a
TIMEOUT
keyword to express onms
(or evenns
) granularity a timeout about to delay consecutive requests as depicted in the following example:Additional context and resources
This use case is related to describe more expressive and compete test/benchmark plans using combinations of the features proposed in #88 (comment)
The text was updated successfully, but these errors were encountered: