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

rptest: fix _lifecycle_test naming #17085

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

travisdowns
Copy link
Member

@travisdowns travisdowns commented Mar 14, 2024

Ducktape uses method naming to decide what is a test and our ManyTopicsTest had a _lifecycle_test method which is a helper called by tests and not a standalone test itself, but DT will call it as a standalone test causing a CI failure.

Rename it to _lifecycle_test_impl to avoid this.

Fixes #17040.

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

Ducktape uses method naming to decide what is a test and our
ManyTopicsTest had a _lifecycle_test method which is a helper called
by tests and not a standalone test itself, but DT will call it as
a standalone test causing a CI failure.

Rename it to _lifecycle_test_impl to avoid this.

Fixes redpanda-data#17040.
Copy link
Contributor

@ballard26 ballard26 left a comment

Choose a reason for hiding this comment

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

LGTM

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented Mar 14, 2024

@travisdowns travisdowns merged commit 03645a8 into redpanda-data:dev Mar 14, 2024
18 of 19 checks passed
@travisdowns
Copy link
Member Author

travisdowns commented Mar 14, 2024

Force merged: all CI passed but stuck in "waiting for status" state, see: https://redpandadata.slack.com/archives/C06MCRY75U7/p1710389607342359

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 (_lifecycle_test() missing 1 required positional argument) in ManyTopicsTest._lifecycle_test
4 participants