You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix another LockRequestHandlerAdviceTests race condition
There is no guarantee which message would reach the service first when we use `asyncConvertSendAndReceive()`.
* Add `config.longProcessEnteredLatch` to wait before sending the second (fourth in our case) message
until the long-running process against the first (third in our case) message has been started.
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/handler/advice/LockRequestHandlerAdviceTests.java
0 commit comments