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
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
There are several open issues for intermettent test failures in DispatcherBlockConsumerTest. #506, #786, #1082 and #814.
After a closer look, it seems to me that in some cases, the unblocking of consumers is not working as expected (eg. after consumer sends redelivery requests) and the tests are passing because of a race condition that masks the problem.
Original Issue: apache#5438
There are several open issues for intermettent test failures in
DispatcherBlockConsumerTest
.#506, #786, #1082 and #814.
After a closer look, it seems to me that in some cases, the unblocking of consumers is not working as expected (eg. after consumer sends redelivery requests) and the tests are passing because of a race condition that masks the problem.
cc/ @rdhabalia
The text was updated successfully, but these errors were encountered: