rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
12.31k stars 3.92k forks source link

CQ: Fix flakes in the store file scan test #12721

Closed lhoguin closed 1 week ago

lhoguin commented 1 week ago

We don't expect random bytes to be there in the current version of the message store as we overwrite empty spaces with zeroes when moving messages around.

This fixes a very rare flake.