[
https://issues.apache.org/jira/browse/SLING-12096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrei Dulvac updated SLING-12096:
----------------------------------
Affects Version/s: Apache Sling Testing Clients 3.0.20
(was: Apache Sling Testing Clients 3.0.16)
> Testing clients - don't log request headers
> -------------------------------------------
>
> Key: SLING-12096
> URL: https://issues.apache.org/jira/browse/SLING-12096
> Project: Sling
> Issue Type: Improvement
> Components: Apache Sling Testing Clients
> Affects Versions: Apache Sling Testing Clients 3.0.20
> Reporter: Marc Pfaff
> Assignee: Andrei Dulvac
> Priority: Minor
> Fix For: Apache Sling Testing Clients 3.0.20
>
>
> The ServerErrorRetryStrategy used in the testing clients logs when a retry
> condition is met.
> I propose to improve this output with more request/response details and retry
> condition details, in order to help troubleshooting test failures.
> Current output (example from the unit test):
> {code:java}
> Request retry needed due to service unavailable response
> Response headers contained:
> Header Date:Wed, 11 Jan 2023 08:36:43 GMT
> Header Server:TEST/1.1
> Header Content-Length:8
> Header Content-Type:text/plain; charset=ISO-8859-1
> Header Connection:Keep-Alive
> Response content: TEST_NOK
> {code}
> Proposed improvement (example from the unit test):
> {code:java}
> Request retry condition met: [count=1/4], [expected-codes=[200]],
> [retry-codes=[500, 503]]
> Request: GET /test/internalerror/resource HTTP/1.1 [Host: 127.0.0.1:32953,
> Connection: Keep-Alive, User-Agent: Java, Accept-Encoding: gzip,deflate,
> Authorization: Basic dXNlcjpwYXNz]
> Response: HTTP/1.1 500 Internal Server Error [Date: Wed, 11 Jan 2023 08:39:59
> GMT, Server: TEST/1.1, Content-Length: 8, Content-Type: text/plain;
> charset=ISO-8859-1, Connection: Keep-Alive, ]
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)