Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/redpanda: do not include command with no args into pid list
When `ps` is unable to determine process arguments it wraps the command name in square brackets like this: ``` 262250 pts/278 R+ 0:00 [redpanda] ``` this was incorrectly interpreted as running Redpanda, the node was never brought back up. Fixed issue by filtering out incorrect `ps` output lines. Fixes: redpanda-data#8753 Signed-off-by: Michal Maslanka <[email protected]>
- Loading branch information