-
Notifications
You must be signed in to change notification settings - Fork 589
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
Fix ps filtering in ducktape #10294
Conversation
/cdt |
/cdt |
e385156
to
30ac461
Compare
/cdt |
2 similar comments
/cdt |
/cdt |
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]>
2607eab
to
459db6a
Compare
/cdt |
/ci-repeat 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good but let's run CI a few more times on the failed tests to be sure.
459db6a
to
e83147c
Compare
e83147c
to
459db6a
Compare
Linter error fixed in #10439 |
ec1059a
to
459db6a
Compare
/ci-repeat 5 |
/backport v23.1.x |
/backport v22.3.x |
/backport v22.2.x |
Failed to run cherry-pick command. I executed the below command:
|
Failed to run cherry-pick command. I executed the below command:
|
Fixes #10277
Force push
e83147c
:ps ax
withpidof
Force push
459db6a
:ps ax | grep
Backports Required
Release Notes