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

ducktape: Verify using consumer groups in the MPT #24656

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

StephanDollberg
Copy link
Member

Instead of using a single consumer use multiple consumers for the
verification.

This avoids ultra wide reads (think 1k+ partitions per request). These
are not realistic and make us run into CORE-8659 which makes the test
timeout with increased partition density.

We use one group/reader per 5k partitions which is still far from
realistic but at least keeps that dimension somewhat tested.

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

Release Notes

  • none

Instead of using a single consumer use multiple consumers for the
verification.

This avoids ultra wide reads (think 1k+ partitions per request). These
are not realistic and make us run into CORE-8659 which makes the test
timeout with increased partition density.

We use one group/reader per 5k partitions which is still far from
realistic but at least keeps that dimension somewhat tested.
@StephanDollberg
Copy link
Member Author

/cdt
many_partitions_test.py::ManyPartitionsTest.test_many_partitions

@StephanDollberg
Copy link
Member Author

/cdt
rp_version=build
many_partitions_test.py::ManyPartitionsTest.test_many_partitions

@StephanDollberg
Copy link
Member Author

/cdt
rp_version=build
tests/rptest/scale_tests/many_partitions_test.py::ManyPartitionsTest.test_many_partitions

@StephanDollberg StephanDollberg marked this pull request as ready for review December 24, 2024 19: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.

1 participant