mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
Although the implementation of cluster features on raft is not complete yet, it makes sense to add some tests for the existing implementation. The `test_raft_cluster_features.py` file includes the same set of tests as the file with non-raft-based cluster feature tests, plus one additional test which checks that a node will not allow disabling a feature if it sees that other nodes support it (even though the feature is not enabled yet).