You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Joerg Hoh (Jira)" <ji...@apache.org> on 2022/06/01 11:41:00 UTC

[jira] [Created] (SLING-11364) Allow dedicated handling of networking issues

Joerg Hoh created SLING-11364:
---------------------------------

             Summary: Allow dedicated handling of networking issues
                 Key: SLING-11364
                 URL: https://issues.apache.org/jira/browse/SLING-11364
             Project: Sling
          Issue Type: Improvement
          Components: Apache Sling Testing Clients
    Affects Versions: Apache Sling Testing Clients 3.0.12
            Reporter: Joerg Hoh


Right now the {{ClientException}} is the only exception which is used to report unexpected situations, including:

* networking errors (e.g. timeouts)
* unexpected statuscodes
* or otherwise unexpected results.

This makes is hard at the level of a test driver to easily split between infrastructure errors and actual test failures, because it always needs a lock into the logs of the test execution to distinguish these.

To make such a change backwards-compatible, new Exceptions should be introduced which inherit from the existing {{ClientException}}. This does not require any changes to signatures, but allow the test-driver to clearly distinguish these different types of errors.







--
This message was sent by Atlassian Jira
(v8.20.7#820007)