mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
the test cases of `test_any_of_required_parameters_is_missing` considers that we should either pass all positional argument or pass none of them, otherwise nodetool should fail. but `scylla nodetool` supported partial positional argument. to be more consistent with the expected behavior, in this change, we enforce the sanity check so that we only accept either all positional args or none of them. the corresponding test is added. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>