zbendhiba commented on issue #2127: URL: https://github.com/apache/camel-quarkus/issues/2127#issuecomment-760169586
This is the test that fails all the time HazelcastQueueIT>HazelcastQueueTest.testPollConsumer Sometimes the problem is that the result got just [v1] instead of [v1, v2, v3]. So it didn't have the time to poll all elements. Sometimes the problem is that the result got just [null, v1, v2, v3] instead of [v1, v2, v3]. I've created [CAMEL-16035](https://issues.apache.org/jira/browse/CAMEL-16035) I'm disabling the test temporary. ---------------------------------------------------------------- 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: us...@infra.apache.org