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

Fix ps filtering in ducktape #10294

Merged

Commits on Apr 26, 2023

  1. tests/redpanda: Don't exclude redpanda with ']' in args

    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]>
    michael-redpanda committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    459db6a View commit details
    Browse the repository at this point in the history