hurl/integration/tests_failed/option_retry.err.pattern
2022-11-11 14:25:00 +01:00

123 lines
2.4 KiB
Plaintext

* Options:
* fail fast: true
* follow redirect: false
* insecure: false
* max redirect: 50
* retry: false
* retry max count: 10
* ------------------------------------------------------------------------------
* Executing entry 1
*
* Entry options:
* retry: true
* retry-interval: 0
* retry-max-count: 2
*
* 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/~~~
>
* Response: (received 232 bytes in ~~~ ms)
*
< HTTP/1.0 404 NOT FOUND
< Content-Type: text/html; charset=utf-8
< Content-Length: 232
< Server: Flask Server
< Date: ~~~
<
*
* Assert status code
* --> tests_failed/option_retry.hurl:6:6
* |
* 6 | HTTP 200
* | ^^^ actual value is <404>
* |
*
* Retry entry 1 (x1 pause 0 ms)
* ------------------------------------------------------------------------------
* Executing entry 1
*
* Entry options:
* retry: true
* retry-interval: 0
* retry-max-count: 2
*
* 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/~~~
>
* Response: (received 232 bytes in ~~~ ms)
*
< HTTP/1.0 404 NOT FOUND
< Content-Type: text/html; charset=utf-8
< Content-Length: 232
< Server: Flask Server
< Date: ~~~
<
*
* Assert status code
* --> tests_failed/option_retry.hurl:6:6
* |
* 6 | HTTP 200
* | ^^^ actual value is <404>
* |
*
* Retry entry 1 (x2 pause 0 ms)
* ------------------------------------------------------------------------------
* Executing entry 1
*
* Entry options:
* retry: true
* retry-interval: 0
* retry-max-count: 2
*
* 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/~~~
>
* Response: (received 232 bytes in ~~~ ms)
*
< HTTP/1.0 404 NOT FOUND
< Content-Type: text/html; charset=utf-8
< Content-Length: 232
< Server: Flask Server
< Date: ~~~
<
*
*
* Retry max count reached, no more retry
error: Assert status code
--> tests_failed/option_retry.hurl:6:6
|
6 | HTTP 200
| ^^^ actual value is <404>
|