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/06/15 23:08:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Andriy Redko updated CXF-8534:
------------------------------
    Description: 
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)

  was:
h3. Error Message

expected:<[--- Content suppressed ---]> but was:<[&#1;&#2;&#3;&#4;&#5;&#6;&#8; ]>
h3. Stacktrace

org.junit.ComparisonFailure: expected:<[--- Content suppressed ---]> but was:<[&amp#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)


> 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
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>            Priority: Major
>
> 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)