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

dst: fix data verification logic #907

Merged
merged 2 commits into from
Jun 20, 2024
Merged

dst: fix data verification logic #907

merged 2 commits into from
Jun 20, 2024

Conversation

asubiotto
Copy link
Member

This commit updates the verification logic to expect all successfully written
timestamps except when there was an error writing a value to the WAL.
Previously, the fake log store was accumulating correctly written values but
this wasn't much use so it has been changed to accumulate values that could not
be written to the WAL and removing those from the expected values.

These commits are cherry-picked from #895 in preparation of closing that PR and proposing a new method.

@asubiotto asubiotto requested a review from brancz June 20, 2024 13:32
This commit updates the verification logic to expect all successfully written
timestamps except when there was an error writing a value to the WAL.
Previously, the fake log store was accumulating correctly written values but
this wasn't much use so it has been changed to accumulate values that could not
be written to the WAL and removing those from the expected values.
@asubiotto asubiotto merged commit be6edb7 into main Jun 20, 2024
8 checks passed
@asubiotto asubiotto deleted the asubiotto-dstfixes branch June 20, 2024 13:39
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