Skip to content

mqueue tests occasionally fail

mq_notify only notifies if the queue is empty, so if the sender wins the race and sends a message before mq_notify is set up, mq_notify will timeout. Resulting in a test failure.

Fixed by !1197 (merged)