You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/04/13 15:31:54 UTC

[GitHub] [activemq-artemis] gemmellr opened a new pull request #3077: ARTEMIS-2659: address some more sporadic test failures

gemmellr opened a new pull request #3077: ARTEMIS-2659: address some more sporadic test failures
URL: https://github.com/apache/activemq-artemis/pull/3077
 
 
   Fixes another couple races within the tests leading to sporafic failures:
   
   The JMX checks of the queue count need a Wait to repeat where needed, as they aren't necessarily visible by the time the send returns.
   
   The AMQP test clients recieveNoWait is a simple poll of a local queue, so there is no guarantee a message would have arrived at a consumer just because its producer send completed, a timed receive attempt should be used.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] asfgit closed pull request #3077: ARTEMIS-2659: address some more sporadic test failures

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3077: ARTEMIS-2659: address some more sporadic test failures
URL: https://github.com/apache/activemq-artemis/pull/3077
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [activemq-artemis] asfgit merged pull request #3077: ARTEMIS-2659: address some more sporadic test failures

Posted by GitBox <gi...@apache.org>.
asfgit merged pull request #3077: ARTEMIS-2659: address some more sporadic test failures
URL: https://github.com/apache/activemq-artemis/pull/3077
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services