inad9300 opened a new pull request, #4492:
URL: https://github.com/apache/activemq-artemis/pull/4492

   In the following test, a broker client sends 1000 messages which are 
expected to be received by a second client, which in turn replies to every 
message with new ones (thus being labeled "server"). It fails every time – the 
broker just seems to get stuck and stop sending messages at a given moment.
   
   In case it is useful, when lowering the number of messages sent to 100, you 
should see that the test sometimes passes.
   
   I have been running the tests with:
   
   ```sh
   $ cd /tests/integration-tests
   $ mvn verify -DskipIntegrationTests=false 
-Dtest="MQTT5Test#testRequestResponseMessages*"
   ```
   
   I created this test to reproduce a slightly more complicated case I am 
dealing with at the moment where, in a production setting, messages are getting 
lost left and right and I haven't got a clue why.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to