scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
22 stars 66 forks source link

ccmlib/node: fix `run_sstable2json` on exception case - yet again #494

Closed fruch closed 1 year ago

fruch commented 1 year ago

seems like 730e556bce9a74e2bee9f5e00ced3968e272b8db wasn't enough and it didn't handled cases command would fail and stderr is None

also seem like we are not pipeing stderr, as we should for this exception handling to work correctly.