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

storage: add missing flush in a test #16929

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

nvartolomei
Copy link
Contributor

This fails spuriously because the test doesn't use batch cache and data doesn't necessarily get to the disk by the time we read it as writes are asynchronous.

fatal error: in "reader_reusability_test_parser_header": critical check rec.size() == 1 has failed [0 != 1]`

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x

Release Notes

  • none

This fails spuriously because the test doesn't use batch cache and data
doesn't necessarily get to the disk by the time we read it as writes are
asynchronous.

```
fatal error: in "reader_reusability_test_parser_header": critical check rec.size() == 1 has failed [0 != 1]`
```
@nvartolomei nvartolomei merged commit 4774227 into redpanda-data:dev Mar 11, 2024
17 checks passed
@nvartolomei nvartolomei deleted the nv/test-flush branch March 11, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants