hurl/integration/tests_failed/retry.err.pattern

213 lines
4.8 KiB
Plaintext
Raw Normal View History

2022-10-17 21:05:49 +03:00
* Options:
* fail fast: true
* follow redirect: false
* insecure: false
* max redirect: 50
* retry: true
* retry max count: 5
* ------------------------------------------------------------------------------
* Executing entry 1
*
* 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: ~~~
<
warning: tests_failed/retry.hurl:2:1 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
2022-10-17 21:05:49 +03:00
*
* Assert status code
2022-10-19 23:01:11 +03:00
* --> tests_failed/retry.hurl:2:8
2022-10-17 21:05:49 +03:00
* |
* 2 | HTTP/* 200
* | ^^^ actual value is <404>
* |
*
* Retry entry 1 (x1 pause 100 ms)
* ------------------------------------------------------------------------------
* Executing entry 1
*
* 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: ~~~
<
warning: tests_failed/retry.hurl:2:1 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
2022-10-17 21:05:49 +03:00
*
* Assert status code
2022-10-19 23:01:11 +03:00
* --> tests_failed/retry.hurl:2:8
2022-10-17 21:05:49 +03:00
* |
* 2 | HTTP/* 200
* | ^^^ actual value is <404>
* |
*
* Retry entry 1 (x2 pause 100 ms)
* ------------------------------------------------------------------------------
* Executing entry 1
*
* 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: ~~~
<
warning: tests_failed/retry.hurl:2:1 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
2022-10-17 21:05:49 +03:00
*
* Assert status code
2022-10-19 23:01:11 +03:00
* --> tests_failed/retry.hurl:2:8
2022-10-17 21:05:49 +03:00
* |
* 2 | HTTP/* 200
* | ^^^ actual value is <404>
* |
*
* Retry entry 1 (x3 pause 100 ms)
* ------------------------------------------------------------------------------
* Executing entry 1
*
* 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: ~~~
<
warning: tests_failed/retry.hurl:2:1 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
2022-10-17 21:05:49 +03:00
*
* Assert status code
2022-10-19 23:01:11 +03:00
* --> tests_failed/retry.hurl:2:8
2022-10-17 21:05:49 +03:00
* |
* 2 | HTTP/* 200
* | ^^^ actual value is <404>
* |
*
* Retry entry 1 (x4 pause 100 ms)
* ------------------------------------------------------------------------------
* Executing entry 1
*
* 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: ~~~
<
warning: tests_failed/retry.hurl:2:1 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
2022-10-17 21:05:49 +03:00
*
* Assert status code
2022-10-19 23:01:11 +03:00
* --> tests_failed/retry.hurl:2:8
2022-10-17 21:05:49 +03:00
* |
* 2 | HTTP/* 200
* | ^^^ actual value is <404>
* |
*
* Retry entry 1 (x5 pause 100 ms)
* ------------------------------------------------------------------------------
* Executing entry 1
*
* 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: ~~~
<
warning: tests_failed/retry.hurl:2:1 'HTTP/*' keyword is deprecated, please use 'HTTP' instead
2022-10-17 21:05:49 +03:00
*
*
* Retry max count reached, no more retry
error: Assert status code
2022-10-19 23:01:11 +03:00
--> tests_failed/retry.hurl:2:8
2022-10-17 21:05:49 +03:00
|
2 | HTTP/* 200
| ^^^ actual value is <404>
|