You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/03/21 06:41:52 UTC

[GitHub] [cxf] jimma edited a comment on pull request #919: Switching to ActiveMQ Artemis

jimma edited a comment on pull request #919:
URL: https://github.com/apache/cxf/pull/919#issuecomment-1073527560


   @reta  I tried to build the jms with the Artemis change. There are couple of test failures : 
   
   `
   [ERROR] Failures:
   [ERROR]   JMSDestinationTest.testDoNotCreateSecurityContext:545->testSecurityContext:558->AbstractJMSTester.waitForReceiveDestMessage:278 Can't receive the Destination message in 10 seconds
   [ERROR]   JMSDestinationTest.testProperty:424->verifyRequestResponseHeaders:303 The message encoding should be equal expected:<U[TF-8]> but was:<U[S-ASCII]>
   [ERROR]   JMSDestinationTest.testRoundTripDestination:316 SecurityContext should be set in message received by JMSDestination
   [ERROR]   JMSDestinationTest.testSecurityContext:538 SecurityContext should be set in message received by JMSDestination
   [ERROR]   JMSDestinationTest.testTemporaryQueueDeletionUponReset:511
   Expected: <1>
        but: was <0>
   [ERROR]   MessageListenerTest.testConnectionProblemXA:98
   [ERROR]   MessageListenerTest.testLocalTransaction:158->testTransactionalBehaviour:176->assertNumMessagesInQueue:212 Should be rolled back -> number of messages on queue expected:<1> but was:<0>
   [ERROR]   MessageListenerTest.testWithJTA:117->testTransactionalBehaviour:176->assertNumMessagesInQueue:212 Should be rolled back -> number of messages on queue expected:<1> but was:<0>
   [INFO]
   [ERROR] Tests run: 65, Failures: 8, Errors: 0, Skipped: 1
   `
   
   Are these some behaviors change or we need to fix the these tests ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org