confluentinc / ducktape

System integration and performance tests
10 stars 93 forks source link

print ssh command output on debug level #367

Closed stan-is-hate closed 1 year ago

stan-is-hate commented 1 year ago

We have a lot of tests that go like:

assert "whatever" in node.account.ssh_output(...)

which makes it harder to debug what happened if it failed. With this change, we'll always have both the command and it's output printed on the debug level.

imcdo commented 1 year ago

looks good, thanks stan.