2022-10-19 23:01:11 +03:00
|
|
|
* ------------------------------------------------------------------------------
|
|
|
|
* Executing entry 1
|
|
|
|
*
|
|
|
|
* Entry options:
|
2023-05-26 16:53:53 +03:00
|
|
|
* retry: 2
|
2022-10-19 23:01:11 +03:00
|
|
|
* retry-interval: 0
|
|
|
|
*
|
|
|
|
* Cookie store:
|
|
|
|
*
|
|
|
|
* Request:
|
|
|
|
* GET http://localhost:8000/not-found
|
|
|
|
*
|
|
|
|
* Request can be run with the following curl command:
|
|
|
|
* curl 'http://localhost:8000/not-found'
|
|
|
|
*
|
|
|
|
> GET /not-found HTTP/1.1
|
|
|
|
> Host: localhost:8000
|
|
|
|
> Accept: */*
|
|
|
|
> User-Agent: hurl/~~~
|
|
|
|
>
|
2023-02-16 15:04:41 +03:00
|
|
|
* Response: (received 207 bytes in ~~~ ms)
|
2022-10-19 23:01:11 +03:00
|
|
|
*
|
2023-02-16 15:04:41 +03:00
|
|
|
< HTTP/1.1 404 NOT FOUND
|
|
|
|
< Server: Werkzeug/~~~ Python/~~~
|
|
|
|
< Date: ~~~
|
2022-10-19 23:01:11 +03:00
|
|
|
< Content-Type: text/html; charset=utf-8
|
2023-02-16 15:04:41 +03:00
|
|
|
< Content-Length: 207
|
2022-10-19 23:01:11 +03:00
|
|
|
< Server: Flask Server
|
2023-02-16 15:04:41 +03:00
|
|
|
< Connection: close
|
2022-10-19 23:01:11 +03:00
|
|
|
<
|
|
|
|
*
|
|
|
|
* Assert status code
|
2023-06-15 14:45:47 +03:00
|
|
|
* --> tests_failed/retry_option.hurl:5:6
|
2022-10-19 23:01:11 +03:00
|
|
|
* |
|
2023-05-26 16:53:53 +03:00
|
|
|
* 5 | HTTP 200
|
2022-11-11 16:25:00 +03:00
|
|
|
* | ^^^ actual value is <404>
|
2022-10-19 23:01:11 +03:00
|
|
|
* |
|
|
|
|
*
|
|
|
|
* Retry entry 1 (x1 pause 0 ms)
|
|
|
|
* ------------------------------------------------------------------------------
|
|
|
|
* Executing entry 1
|
|
|
|
*
|
|
|
|
* Entry options:
|
2023-05-26 16:53:53 +03:00
|
|
|
* retry: 2
|
2022-10-19 23:01:11 +03:00
|
|
|
* retry-interval: 0
|
|
|
|
*
|
|
|
|
* Cookie store:
|
|
|
|
*
|
|
|
|
* Request:
|
|
|
|
* GET http://localhost:8000/not-found
|
|
|
|
*
|
|
|
|
* Request can be run with the following curl command:
|
|
|
|
* curl 'http://localhost:8000/not-found'
|
|
|
|
*
|
|
|
|
> GET /not-found HTTP/1.1
|
|
|
|
> Host: localhost:8000
|
|
|
|
> Accept: */*
|
|
|
|
> User-Agent: hurl/~~~
|
|
|
|
>
|
2023-02-16 15:04:41 +03:00
|
|
|
* Response: (received 207 bytes in ~~~ ms)
|
2022-10-19 23:01:11 +03:00
|
|
|
*
|
2023-02-16 15:04:41 +03:00
|
|
|
< HTTP/1.1 404 NOT FOUND
|
|
|
|
< Server: Werkzeug/~~~ Python/~~~
|
|
|
|
< Date: ~~~
|
2022-10-19 23:01:11 +03:00
|
|
|
< Content-Type: text/html; charset=utf-8
|
2023-02-16 15:04:41 +03:00
|
|
|
< Content-Length: 207
|
2022-10-19 23:01:11 +03:00
|
|
|
< Server: Flask Server
|
2023-02-16 15:04:41 +03:00
|
|
|
< Connection: close
|
2022-10-19 23:01:11 +03:00
|
|
|
<
|
|
|
|
*
|
|
|
|
* Assert status code
|
2023-06-15 14:45:47 +03:00
|
|
|
* --> tests_failed/retry_option.hurl:5:6
|
2022-10-19 23:01:11 +03:00
|
|
|
* |
|
2023-05-26 16:53:53 +03:00
|
|
|
* 5 | HTTP 200
|
2022-11-11 16:25:00 +03:00
|
|
|
* | ^^^ actual value is <404>
|
2022-10-19 23:01:11 +03:00
|
|
|
* |
|
|
|
|
*
|
|
|
|
* Retry entry 1 (x2 pause 0 ms)
|
|
|
|
* ------------------------------------------------------------------------------
|
|
|
|
* Executing entry 1
|
|
|
|
*
|
|
|
|
* Entry options:
|
2023-05-26 16:53:53 +03:00
|
|
|
* retry: 2
|
2022-10-19 23:01:11 +03:00
|
|
|
* retry-interval: 0
|
|
|
|
*
|
|
|
|
* Cookie store:
|
|
|
|
*
|
|
|
|
* Request:
|
|
|
|
* GET http://localhost:8000/not-found
|
|
|
|
*
|
|
|
|
* Request can be run with the following curl command:
|
|
|
|
* curl 'http://localhost:8000/not-found'
|
|
|
|
*
|
|
|
|
> GET /not-found HTTP/1.1
|
|
|
|
> Host: localhost:8000
|
|
|
|
> Accept: */*
|
|
|
|
> User-Agent: hurl/~~~
|
|
|
|
>
|
2023-02-16 15:04:41 +03:00
|
|
|
* Response: (received 207 bytes in ~~~ ms)
|
2022-10-19 23:01:11 +03:00
|
|
|
*
|
2023-02-16 15:04:41 +03:00
|
|
|
< HTTP/1.1 404 NOT FOUND
|
|
|
|
< Server: Werkzeug/~~~ Python/~~~
|
|
|
|
< Date: ~~~
|
2022-10-19 23:01:11 +03:00
|
|
|
< Content-Type: text/html; charset=utf-8
|
2023-02-16 15:04:41 +03:00
|
|
|
< Content-Length: 207
|
2022-10-19 23:01:11 +03:00
|
|
|
< Server: Flask Server
|
2023-02-16 15:04:41 +03:00
|
|
|
< Connection: close
|
2022-10-19 23:01:11 +03:00
|
|
|
<
|
|
|
|
*
|
|
|
|
* Retry max count reached, no more retry
|
2023-05-25 17:28:10 +03:00
|
|
|
*
|
2022-10-19 23:01:11 +03:00
|
|
|
error: Assert status code
|
2023-06-15 14:45:47 +03:00
|
|
|
--> tests_failed/retry_option.hurl:5:6
|
2022-10-19 23:01:11 +03:00
|
|
|
|
|
2023-05-26 16:53:53 +03:00
|
|
|
5 | HTTP 200
|
2022-11-11 16:25:00 +03:00
|
|
|
| ^^^ actual value is <404>
|
2022-10-19 23:01:11 +03:00
|
|
|
|
|
|
|
|
|