You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Robert Munteanu <ro...@apache.org> on 2019/06/27 21:23:04 UTC

Failing tests for connection timeout agent (was: [VOTE] Release Apache Sling Connection Timeout Agent 1.0.0)

Hi Stefan,

On Thu, 2019-06-27 at 17:51 +0000, Stefan Seifert wrote:
> p.s. please note that one of the ITs is failing on my machine
> (running with windows / java 8)
> 
> [ERROR] Tests run: 20, Failures: 1, Errors: 0, Skipped: 0, Time
> elapsed: 121.709 s <<< FAILURE! - in
> org.apache.sling.cta.impl.AgentIT
> [ERROR] readTimeout{ClientType, TestTimeouts,
> MisbehavingServerControl}[8]  Time elapsed: 11.34 s  <<< FAILURE!
> org.opentest4j.AssertionFailedError: expected: <timeout> but was:
> <Read timed out>
>         at
> org.apache.sling.cta.impl.AgentIT.readTimeout(AgentIT.java:153)
> 
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR]   AgentIT.readTimeout:153 expected: <timeout> but was: <Read
> timed out>
> [INFO]
> [ERROR] Tests run: 20, Failures: 1, Errors: 0, Skipped: 0

Thanks for reporting this, Stefan. This does not look like a real
problem but instead the test relies on an exception message which is
platform-dependant. Can you please file a Jira issue for this? I'll
look at it for the next release.

Robert


Re: Failing tests for connection timeout agent (was: [VOTE] Release Apache Sling Connection Timeout Agent 1.0.0)

Posted by Robert Munteanu <ro...@apache.org>.
On Fri, 2019-06-28 at 08:23 +0000, Stefan Seifert wrote:
> > Can you please file a Jira issue for this? I'll
> > look at it for the next release.
> 
> done: https://issues.apache.org/jira/browse/SLING-8543

Thanks!


RE: Failing tests for connection timeout agent (was: [VOTE] Release Apache Sling Connection Timeout Agent 1.0.0)

Posted by Stefan Seifert <ss...@pro-vision.de>.
> Can you please file a Jira issue for this? I'll
>look at it for the next release.

done: https://issues.apache.org/jira/browse/SLING-8543

stefan