Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CQ: Fix flakes in the store file scan test
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. We also don't expect messages to be false flagged when the broker is running because it checks for message validity in the index. Therefore make sure message bodies in the tests don't contain byte 255. (cherry picked from commit db50739)
- Loading branch information