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

cloud_storage: tweak test to use default archiver #11435

Merged

Conversation

VladLazar
Copy link
Contributor

We have been noticing failures of test_produce_consume_from_cloud while waiting for the intial segment to be uploaded. Looking at the logs, tuns out that the inlined call into the archiver was racing with the usual upload loop. The wait condition has been changed to check that the manifest contains exactly one segment.

Fixes #11091

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.1.x
  • v22.3.x
  • v22.2.x

Release Notes

  • none

We have been noticing failures of test_produce_consume_from_cloud while
waiting for the intial segment to be uploaded. Looking at the logs, tuns
out that the inlined call into the archiver was racing with the usual
upload loop. The wait condition has been changed to check that the
manifest contains exactly one segment.

Fixes redpanda-data#11091
@VladLazar VladLazar requested a review from Lazin June 14, 2023 16:17
@VladLazar VladLazar requested a review from andrwng June 14, 2023 17:17
@VladLazar
Copy link
Contributor Author

/ci-repeat

@VladLazar
Copy link
Contributor Author

Failures are ducktape tests, but this PR only changes unit tests.

@piyushredpanda piyushredpanda merged commit a40e9b9 into redpanda-data:dev Jun 15, 2023
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.

CI Failure (fails on ARM) in cloud_storage_rpunit.test_produce_consume_from_cloud_with_spillover
3 participants