Open dkropachev opened 1 month ago
@vponomaryov, can you please take a look at it.
@vponomaryov, can you please take a look at it.
It is standard code used for running commands in docker: https://github.com/scylladb/scylla-cluster-tests/blob/fd0a08c7/sdcm/utils/docker_remote.py#L105
So, need either update SCT not breaking all other places where docker.run gets used or update scylla-bench images to have sh
.
We want to introduced custom
scylla-bench
, which is based onscratch
, so there is no shell. As result run is failing with:Is there a way to stop using
sh -c
to run scylla-bench loaders ?