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 2023/01/27 02:11:00 UTC

[jira] [Updated] (CXF-8635) Fix org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testSlf4

     [ https://issues.apache.org/jira/browse/CXF-8635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko updated CXF-8635:
------------------------------
    Description: 
Adding test retry to the offending modules (https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html)


```
[INFO] Results:
[INFO] 
[WARNING] Flakes: 
[WARNING] org.apache.cxf.transport.jms.RequestResponseTest.testRequestQueueResponseTempQueue
[ERROR]   Run 1: RequestResponseTest.testRequestQueueResponseTempQueue:41->sendAndReceiveMessages:99->AbstractJMSTester.waitForReceiveInMessage:306 Can't receive the Conduit Message in 10 seconds
[INFO]   Run 2: PASS
[INFO] 
[WARNING] org.apache.cxf.transport.jms.RequestResponseTest.testRequestTopicResponseStaticQueue
[ERROR]   Run 1: RequestResponseTest.testRequestTopicResponseStaticQueue:64->sendAndReceiveMessages:99->AbstractJMSTester.waitForReceiveInMessage:306 Can't receive the Conduit Message in 10 seconds
[ERROR]   Run 2: RequestResponseTest.testRequestTopicResponseStaticQueue:63->sendAndReceiveMessages:95->AbstractJMSTester.sendMessage:165->AbstractJMSTester.sendoutMessage:187 » Runtime Timeout receiving message with correlationId eb382e0774ca4c4f9f5bae1ae4dd147d0000000000000001
[INFO]   Run 3: PASS
[INFO] 
[INFO] 
[WARNING] Tests run: 65, Failures: 0, Errors: 0, Skipped: 1, Flakes: 2

```

While the retrying does not fix the flaky tests, it should help reduce the number of builds that fail. The end goal is to fix the flaky tests.

  was:
h3. Error Message

java.util.ConcurrentModificationException
h3. Stacktrace

javax.ws.rs.ProcessingException: java.util.ConcurrentModificationException at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testSlf4j(RESTLoggingTest.java:55) Caused by: java.util.ConcurrentModificationException at org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testSlf4j(RESTLoggingTest.java:55)


> Fix org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testSlf4
> ----------------------------------------------------------------
>
>                 Key: CXF-8635
>                 URL: https://issues.apache.org/jira/browse/CXF-8635
>             Project: CXF
>          Issue Type: Sub-task
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>            Priority: Major
>             Fix For: 3.4.6, 3.5.1, 4.0.0
>
>
> Adding test retry to the offending modules (https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html)
> ```
> [INFO] Results:
> [INFO] 
> [WARNING] Flakes: 
> [WARNING] org.apache.cxf.transport.jms.RequestResponseTest.testRequestQueueResponseTempQueue
> [ERROR]   Run 1: RequestResponseTest.testRequestQueueResponseTempQueue:41->sendAndReceiveMessages:99->AbstractJMSTester.waitForReceiveInMessage:306 Can't receive the Conduit Message in 10 seconds
> [INFO]   Run 2: PASS
> [INFO] 
> [WARNING] org.apache.cxf.transport.jms.RequestResponseTest.testRequestTopicResponseStaticQueue
> [ERROR]   Run 1: RequestResponseTest.testRequestTopicResponseStaticQueue:64->sendAndReceiveMessages:99->AbstractJMSTester.waitForReceiveInMessage:306 Can't receive the Conduit Message in 10 seconds
> [ERROR]   Run 2: RequestResponseTest.testRequestTopicResponseStaticQueue:63->sendAndReceiveMessages:95->AbstractJMSTester.sendMessage:165->AbstractJMSTester.sendoutMessage:187 » Runtime Timeout receiving message with correlationId eb382e0774ca4c4f9f5bae1ae4dd147d0000000000000001
> [INFO]   Run 3: PASS
> [INFO] 
> [INFO] 
> [WARNING] Tests run: 65, Failures: 0, Errors: 0, Skipped: 1, Flakes: 2
> ```
> While the retrying does not fix the flaky tests, it should help reduce the number of builds that fail. The end goal is to fix the flaky tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)