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
The test could hang because a connection was in flow control and a queue
purge operation was stuck. The test now uses different connections to
publish and purge and use publisher confirms. Publisher confirms seems
necessary because the test was expecting the exact number of published
messages was purged from the queue. It's maybe expecting too much
considering publishing is asynchronous. Publisher confirms should make
the test more reliable.
0 commit comments