hurl/integration/tests_failed/retry.err.pattern
Guilherme Puida ff366b581e
Log only non-default options in verbose mode
This patch alters the logging of options to only display non-default
options when running with --verbose. The behavior of --very-verbose
is not affected.

This commit also fixes all integration tests that were broken with
the change to the logger output.
2023-09-27 20:14:41 -03:00

214 lines
4.4 KiB
Plaintext

* Options:
* retry: 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 207 bytes in ~~~ ms)
*
< HTTP/1.1 404 NOT FOUND
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
< Content-Type: text/html; charset=utf-8
< Content-Length: 207
< Server: Flask Server
< Connection: close
<
*
* Assert status code
* --> tests_failed/retry.hurl:2:6
* |
* 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 207 bytes in ~~~ ms)
*
< HTTP/1.1 404 NOT FOUND
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
< Content-Type: text/html; charset=utf-8
< Content-Length: 207
< Server: Flask Server
< Connection: close
<
*
* Assert status code
* --> tests_failed/retry.hurl:2:6
* |
* 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 207 bytes in ~~~ ms)
*
< HTTP/1.1 404 NOT FOUND
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
< Content-Type: text/html; charset=utf-8
< Content-Length: 207
< Server: Flask Server
< Connection: close
<
*
* Assert status code
* --> tests_failed/retry.hurl:2:6
* |
* 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 207 bytes in ~~~ ms)
*
< HTTP/1.1 404 NOT FOUND
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
< Content-Type: text/html; charset=utf-8
< Content-Length: 207
< Server: Flask Server
< Connection: close
<
*
* Assert status code
* --> tests_failed/retry.hurl:2:6
* |
* 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 207 bytes in ~~~ ms)
*
< HTTP/1.1 404 NOT FOUND
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
< Content-Type: text/html; charset=utf-8
< Content-Length: 207
< Server: Flask Server
< Connection: close
<
*
* Assert status code
* --> tests_failed/retry.hurl:2:6
* |
* 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 207 bytes in ~~ ms)
*
< HTTP/1.1 404 NOT FOUND
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
< Content-Type: text/html; charset=utf-8
< Content-Length: 207
< Server: Flask Server
< Connection: close
<
*
* Retry max count reached, no more retry
*
error: Assert status code
--> tests_failed/retry.hurl:2:6
|
2 | HTTP 200
| ^^^ actual value is <404>
|