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

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Nov 14, 2024

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.


This is an automatic backport of pull request #12721 done by Mergify.

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)
@michaelklishin michaelklishin added this to the 4.0.4 milestone Nov 14, 2024
@michaelklishin michaelklishin merged commit b9669ca into v4.0.x Nov 14, 2024
195 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.0.x/pr-12721 branch November 14, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants