scylla-cluster-tests icon indicating copy to clipboard operation
scylla-cluster-tests copied to clipboard

nonroot tests should call native nodetool

Open syuu1228 opened this issue 5 months ago • 4 comments

On nonroot tests, it defined to call $prefix/share/cassandra/bin/nodetool at: https://github.com/scylladb/scylla-cluster-tests/blob/447dff1e56bebb0f37d42588a09d3f6e0b24a5f8/sdcm/cluster.py#L2423

Now it broken since we dropped scylla-jmx at https://github.com/scylladb/scylladb/commit/3cd2a6173668c5a13b6e674f912ff597f76422f5. And also we will drop scylla-tools from unified installer soon: https://github.com/scylladb/scylladb/issues/20739

We should call native nodetool which located at $prefix/bin/nodetool.

related with: scylladb/scylladb#20739

syuu1228 avatar Sep 21 '24 11:09 syuu1228