mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
The following new commands are implemented: * disablebackup * disablebinary * disablegossip * enablebackup * enablebinary * enablegossip * gettraceprobability * help * settraceprobability * statusbackup * statusbinary * statusgossip * version All are associated with tests. All tests (both old and new) pass with both the scylla-native and the cassandra nodetool implementation. Refs: https://github.com/scylladb/scylladb/issues/15588 Closes scylladb/scylladb#15593 * github.com:scylladb/scylladb: tools/scylla-nodetool: implement help operation tools/scylla-nodetool: implement the traceprobability commands tools/scylla-nodetool: implement the gossip commands tools/scylla-nodetool: implement the binary commands tools/scylla-nodetool: implement backup related commands tools/scylla-nodetool: implement version command test/nodetool: introduce utils.check_nodetool_fails_with() test/nodetool: return stdout of nodetool invokation test/nodetool/rest_api_mock.py: fix request param matching tools/scylla-nodetool: compact: remove --partition argument tools/scylla-nodetool: scylla_rest_client: add support delete method tools/scylla-nodetool: get rid of check_json_type() tools/scylla-nodetool: log more details for failed requests tools/scylla-*: use operation_option for positional options tools/utils: add support for operation aliases