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

Limited throughput for debug builds in partition_move_interruption test #11382

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

mmaslankaprv
Copy link
Member

@mmaslankaprv mmaslankaprv commented Jun 13, 2023

Recent changes in Redpanda debug builds caused it to be even slower than before. Limited the amount of data produced during the test for debug builds to make the test less flaky and not report false positives.

Fixes: #10497

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

Recent changes in Redpanda debug builds caused it to be even slower than
before. Limited the amount of data produced during the test for debug
builds to make the test less flaky and not report false positives.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
@mmaslankaprv mmaslankaprv requested a review from BenPope June 13, 2023 13:07
@bharathv
Copy link
Contributor

/ci-repeat 1
dt-repeat=20
skip-units
debug
tests/rptest/tests/partition_move_interruption_test.py

Copy link
Contributor

@bharathv bharathv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recent changes in Redpanda debug builds caused it to be even slower than before

you have a hunch on what those changes are?

@mmaslankaprv
Copy link
Member Author

i am going to merge this PR to limit the noise of related ci-failures, we will keep trying to understand why debug builds get slow

@mmaslankaprv mmaslankaprv merged commit 422e30f into redpanda-data:dev Jun 14, 2023
@mmaslankaprv mmaslankaprv deleted the fix-10497 branch June 14, 2023 05:56
Copy link
Member

@BenPope BenPope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Post-merge approve.

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.

CI Failure (timeout on start) in PartitionMoveInterruption.test_cancellations_interrupted_with_restarts
3 participants