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: Respect rpk timeout in rpk #24642

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

Conversation

StephanDollberg
Copy link
Member

@StephanDollberg StephanDollberg commented Dec 23, 2024

Pass the timeout value for rpk that is passed to subprocess also to rpk
itself via request_timeout_overhead.

Otherwise the specified timeout will not really be respected if the
default timeout in rpk for a certain command is shorter.

Because request_timeout_overhead is on top of other possible timeouts
the total timeout might be larger than the subprocess one but that
should be fine.

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

Pass the timeout value for rpk that is passed to subprocess also to rpk
itself via `request_timeout_overhead`.

Otherwise the specified timeout will not really be respected if the
default timeout in rpk for a certain command is shorter.

Because `request_timeout_overhead` is on top of other possible timeouts
the total timeout might be larger than the subprocess one but that
should be fine.
@StephanDollberg
Copy link
Member Author

/dt

@vbotbuildovich
Copy link
Collaborator

CI test results

test results on build#60076
test_id test_kind job_url test_status passed
rptest.tests.datalake.partition_movement_test.PartitionMovementTest.test_cross_core_movements.cloud_storage_type=CloudStorageType.S3 ducktape https://buildkite.com/redpanda/redpanda/builds/60076#0193f477-c6d2-4121-8574-b262c04a9a54 FLAKY 3/6

@StephanDollberg
Copy link
Member Author

/cdt
tests/rptest/scale_tests

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.

2 participants