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

persist: fix flaky apply_unbatched_cmd_truncate test #21804

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

danhhz
Copy link
Contributor

@danhhz danhhz commented Sep 18, 2023

We've seen a recent spat of 14 vs 14 failures here. The point isn't the specific bound, just that there is one (plus, "max" sounds inclusive anyway) so change the < to <=.

Closes MaterializeInc/database-issues#6007

Motivation

  • This PR fixes a recognized bug.

Tips for reviewer

I didn't look too hard at the mechanics of what is happening in the flake cases, but feels fine to do this to stop the bleeding.

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).
  • This PR includes the following user-facing behavior changes:

We've seen a recent spat of 14 vs 14 failures here. The point isn't the
specific bound, just that there is one (plus, "max" sounds inclusive
anyway) so change the < to <=.

Closes #20092
@danhhz danhhz requested a review from a team as a code owner September 18, 2023 20:20
@danhhz danhhz requested a review from bkirwi September 19, 2023 23:44
@danhhz
Copy link
Contributor Author

danhhz commented Sep 20, 2023

TFTR!

@danhhz danhhz merged commit 96cab92 into MaterializeInc:main Sep 20, 2023
@danhhz danhhz deleted the persist_flake branch September 20, 2023 14:36
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