oscerd commented on PR #11479:
URL: https://github.com/apache/camel/pull/11479#issuecomment-1727141680

   No, it's failing:
   
   ```
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
23.60 s <<< FAILURE! -- in org.apache.camel.component.stomp.StompConsumerTest
   [ERROR] org.apache.camel.component.stomp.StompConsumerTest.testConsume -- 
Time elapsed: 22.30 s <<< FAILURE!
   java.lang.AssertionError: mock://result Received message count 23, expected 
at least 100
        at 
org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:1860)
        at 
org.apache.camel.component.mock.MockEndpoint.assertTrue(MockEndpoint.java:1830)
        at 
org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:460)
        at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:426)
        at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:416)
        at 
org.apache.camel.component.stomp.StompConsumerTest.testConsume(StompConsumerTest.java:55)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   ```


-- 
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: commits-unsubscr...@camel.apache.org

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

Reply via email to