Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CQ: Fix flakes in the store file scan test (backport #12721) #12724

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. 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)
    lhoguin authored and mergify[bot] committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d211f19 View commit details
    Browse the repository at this point in the history