hurl/integration/tests_failed/retry_option.err.pattern

119 lines
2.3 KiB
Plaintext
Raw Normal View History

2022-10-19 23:01:11 +03:00
* ------------------------------------------------------------------------------
* Executing entry 1
*
* Entry options:
* 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/~~~
>
* Response: (received 207 bytes in ~~~ ms)
2022-10-19 23:01:11 +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
< Content-Length: 207
2022-10-19 23:01:11 +03:00
< Server: Flask Server
< Connection: close
2022-10-19 23:01:11 +03:00
<
*
* Assert status code
* --> tests_failed/retry_option.hurl:5:6
2022-10-19 23:01:11 +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:
* 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/~~~
>
* Response: (received 207 bytes in ~~~ ms)
2022-10-19 23:01:11 +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
< Content-Length: 207
2022-10-19 23:01:11 +03:00
< Server: Flask Server
< Connection: close
2022-10-19 23:01:11 +03:00
<
*
* Assert status code
* --> tests_failed/retry_option.hurl:5:6
2022-10-19 23:01:11 +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:
* 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/~~~
>
* Response: (received 207 bytes in ~~~ ms)
2022-10-19 23:01:11 +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
< Content-Length: 207
2022-10-19 23:01:11 +03:00
< Server: Flask Server
< Connection: close
2022-10-19 23:01:11 +03:00
<
*
* Retry max count reached, no more retry
*
2022-10-19 23:01:11 +03:00
error: Assert status code
--> tests_failed/retry_option.hurl:5:6
2022-10-19 23:01:11 +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
|