Closed ansd closed 2 weeks ago
Prior to this commit, test
make -C deps/rabbitmq_mqtt ct-mqtt_shared t=[mqtt,cluster_size_1,v4]:non_clean_sess_reconnect_qos0_and_qos1
flaked in CI with error:
{mqtt_shared_SUITE,non_clean_sess_reconnect_qos0_and_qos1,972} {badmatch,{publish_not_received,<<"msg-0">>}}
The problem was the following race condition:
The solution in this commit is to check the consumer count of the classic queue before proceeding to send the message after disconnection.
Prior to this commit, test
flaked in CI with error:
The problem was the following race condition:
The solution in this commit is to check the consumer count of the classic queue before proceeding to send the message after disconnection.