scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 62 forks source link

ccmlib/node: run_sstable2json to handle non-exist files #488

Closed fruch closed 11 months ago

fruch commented 11 months ago

seems like introducing of raising failure on any failure of sstabledump has started to fail some dtests since it was used in some places right after compation and some of the sstable were deleted between listing them to using them with sstable dump, so we need to ignore failures from non existing files.