zbendhiba commented on pull request #3105: URL: https://github.com/apache/camel-quarkus/pull/3105#issuecomment-921580513
> The documentation xref checks seem to have nothing to do with Camel Quarkus. I see only broken links in Camel and pointing to Camel. Can we safely ignore this, @zregvart? > > For this PR I must say I do not understand how these changes fix the linked issue? You switched from a server side 10s await `consumerTemplate.receiveBody()` to test side 10s polling which sounds like no substantial change. How is that addressing the wrong document due to test ordering? The problem is not with the time, but what Account is consumed first. it's about testing the id of the account. If the consumers got the other account from another method first, the tests don't pass. So I wanted to poll multiple times until I get the right Account. Is that make sense ? -- 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