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

ASF subversion and git services commented on AMQ-9826:
------------------------------------------------------

Commit 94c3c3dac2316816c978218443ca9cf88a45a3e8 in activemq's branch 
refs/heads/dependabot/maven/org.jmdns-jmdns-3.6.3 from Jean-Louis Monteiro
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=94c3c3dac2 ]

Facky tests revealed mainly with faster CI (aka Github Actions but also with 
Java 25) (#1610)

* AMQ-9828 PooledConnectionSecurityExceptionTest race condition

* AMQ-9826 Fix assert according to test purpose - limit to 1 the RemoveInfo 
message on exception

* AMQ-9827: Mockito 5.21.0

* AMQ-9829 Track prefetched messages for duplicate suppression during failover

During failover in transacted sessions with async dispatch (MessageListener),
  prefetched messages sitting in the unconsumedMessages buffer were not being
  tracked in previouslyDeliveredMessages. This caused them to be incorrectly
  identified as duplicates on redelivery and poison-acked to the DLQ.

* Allow for more time for the bean to be registered
Give the GC a bit more time to operate before failing
Add some tolerance to JVM timing variations. The test is to validate the 
priority ordering not the overall performance, so it's ok
Fix test stability
Add some flexibility to the test assertion

* NIOSSLLoadTest: Update the cipher suite so that it can run under Java 25

* Harden the flow of execution
Use Ephemeral ports when possible
Fix race condition in test
Improve stability
Harden Stomp test because of timing issues/race conditions
Move the JMSCOntext.start() a bit later to avoid race conditions

* VirtualConsumerDemandTest: Try to make this one a bit shorter

* Do not use the same JMSContext for both producer and consumer

> Fix MQTTProtocolConverterTest assertions
> ----------------------------------------
>
>                 Key: AMQ-9826
>                 URL: https://issues.apache.org/jira/browse/AMQ-9826
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: MQTT
>            Reporter: Jean-Louis Monteiro
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> [https://github.com/apache/activemq/commit/6d4459a00c2441822297b06221bb107c5843c390]
>  fixed AMQ-7115 - ensure transport error handling is a one shot for a 
> connection - avoid contention and possible dead lock - fix and test
>  
> The assertion does not reflect the fix that is meant to enfore the transport 
> is invoked once only for the RemoveInfo



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to