You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/08/31 23:16:00 UTC

[jira] [Commented] (CXF-8534) Fix org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testBinary

    [ https://issues.apache.org/jira/browse/CXF-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407721#comment-17407721 ] 

Andriy Redko commented on CXF-8534:
-----------------------------------

Failed again recently: [https://ci-builds.apache.org/job/CXF/job/CXF-JDK8-on-JDK16/71/testReport/junit/org.apache.cxf.jaxrs.client.logging/RESTLoggingTest/testEvents/]

 

```
h3. Error Message

Problem with reading the data, class java.lang.String, ContentType: application/octet-stream.
h3. Stacktrace

javax.ws.rs.client.ResponseProcessingException: Problem with reading the data, class java.lang.String, ContentType: application/octet-stream. at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testEvents(RESTLoggingTest.java:118) Caused by: java.util.ConcurrentModificationException at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testEvents(RESTLoggingTest.java:118)

```

> Fix org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testBinary
> ------------------------------------------------------------------
>
>                 Key: CXF-8534
>                 URL: https://issues.apache.org/jira/browse/CXF-8534
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 3.4.4, 3.3.11
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>            Priority: Major
>             Fix For: 3.3.12, 3.4.5, 3.5.0
>
>
> h3. Error Message
> expected:<[--- Content suppressed ---]> but was:<[|#1;]>
> h3. Stacktrace
> org.junit.ComparisonFailure: expected:<[--- Content suppressed ---]> but was:<[&amp#1;&amp#2;&amp#3;&amp#4;&amp#5;&amp#6;&amp#8;|#1;&amp#2;&amp#3;&amp#4;&amp#5;&amp#6;&amp#8;]> at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.assertContentNotLogged(RESTLoggingTest.java:121) at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testBinary(RESTLoggingTest.java:83)
>  
> Alternatively,
> h3. Error Message
> Problem with reading the data, class java.io.InputStream, ContentType: application/octet-stream.
> h3. Stacktrace
> javax.ws.rs.client.ResponseProcessingException: Problem with reading the data, class java.io.InputStream, ContentType: application/octet-stream. at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testBinary(RESTLoggingTest.java:70) Caused by: java.util.ConcurrentModificationException at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testBinary(RESTLoggingTest.java:70)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)