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

Fix test of last chunk when recovery of logstore. #404

Merged
merged 1 commit into from
May 8, 2024

Conversation

sanebay
Copy link
Contributor

@sanebay sanebay commented May 3, 2024

Is last_offset should use offset not bytes. In logstore test make sure each logstore has one logdev. Earlier logdev were picked randomly and there is a chance logdev dont have logstore and we call truncate and there is no forward progress and we get an assert at truncate_validate test_log_store.cpp:768

@sanebay sanebay requested review from yamingk and hkadayam May 3, 2024 22:00
@sanebay sanebay force-pushed the logstore_ut_issue branch 4 times, most recently from d4674d3 to 8610249 Compare May 7, 2024 21:35
@sanebay sanebay merged commit 74ca779 into eBay:master May 8, 2024
21 checks passed
@sanebay sanebay linked an issue May 8, 2024 that may be closed by this pull request
@sanebay sanebay deleted the logstore_ut_issue branch May 8, 2024 17:00
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.

Logstore test triage flaky issue.
2 participants