Skip to content

Commit

Permalink
Merge pull request #23379 from vbotbuildovich/backport-pr-23324-v23.3…
Browse files Browse the repository at this point in the history
….x-930

[v23.3.x] Remove some warnings and ignored errors from ducktape log
  • Loading branch information
ivotron authored Sep 20, 2024
2 parents 510309a + a1c058e commit 2fc6a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/rptest/clients/rpk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,6 @@ def _execute(self, cmd, stdin=None, timeout=None, log_cmd=True, env=None):
self._redpanda.logger.debug(f'\n{output}')

if p.returncode:
self._redpanda.logger.error(stderror)
raise RpkException(
'command %s returned %d, output: %s' %
(' '.join(cmd) if log_cmd else '[redacted]', p.returncode,
Expand Down
3 changes: 3 additions & 0 deletions tests/rptest/services/rpk_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ def output_line_count(self):
def stop_node(self, node):
self._stopping.set()
node.account.kill_process("rpk", clean_shutdown=False)

def clean_node(self, node):
pass

0 comments on commit 2fc6a8c

Please sign in to comment.