-
Notifications
You must be signed in to change notification settings - Fork 613
Description
Describe the bug
It is still a bit early to say what actually causes these things to happen and might very well be that the problem ins somewhere in our implementation. But we (@bording and I) figured to give a heads-up in case it ends up being something in the client.
We have migrated to the latest RC of the v7 version and see some intermittent test failures
https://github.com/Particular/NServiceBus.RabbitMQ/actions/runs/10852801383?pr=1446
For some reason, the consume isn't happening, which messes up all the other tests
The thing we might be seeing so far here would be if BasicPublishAsync
task is somehow completing before the message has actually been fully sent and confirmed. This would then let the BasicGetAsync
start before the message is in the queue. At first sight, we couldn't spot anything in the transport or test code that could account for that, but like I said we may have missed something.
It is failing on Linux, so it's not just a Windows thing: https://github.com/Particular/NServiceBus.RabbitMQ/actions/runs/10854796632?pr=1446
Reproduction steps
Still investigating
Expected behavior
Publish working ;)
Additional context
No response