mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 00:13:31 +00:00
replace the restart_with_dir() with kill_with_dir(), so that we can simplify the usage of managed_cluster() by enabling it to start and stop the single-node cluster. with this change, the caller does not need to run the scylla and pass its pid to this function any more. since the restart_with_dir() call is superseded by managed_cluster(), which tears down the cluster, teardown() is now only responsible to print out the log file. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>