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

[v22.3.x] Fix ps filtering in ducktape #10520

Conversation

michael-redpanda
Copy link
Contributor

Backport of PR #10294
Fixes #10519

A change was introduced in 81c37c5 that attempted to fix an issue where
an incorrect process was selected as the redpanda process.  The
unintended side-effect was that any actual Redpanda process that
contained a ']' was excluded so methods like `self.redpanda.stop()`
wouldn't actually stop Redpanda as it was unable to find the appropriate
PID.

Fixed `ps` line to exclude "[redpanda]" rather than just "]".

Signed-off-by: Michael Boquard <[email protected]>
(cherry picked from commit 459db6a)
@michael-redpanda michael-redpanda added the kind/backport PRs targeting a stable branch label May 2, 2023
@michael-redpanda michael-redpanda added this to the v22.3.x-next milestone May 2, 2023
@michael-redpanda michael-redpanda self-assigned this May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants