tmielke commented on code in PR #24247:
URL: https://github.com/apache/camel/pull/24247#discussion_r3475167146
##########
core/camel-core/src/test/java/org/apache/camel/component/direct/DirectProducerBlockingTest.java:
##########
@@ -90,6 +94,8 @@ public void run() {
getMockEndpoint("mock:result").expectedMessageCount(1);
+ // Signal that we're about to send (producer will block)
+ producerReady.countDown();
Review Comment:
Agreed, I will refactor the test.
--
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]