mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
Add a suite which is basically equivalent to `topology` except that it doesn't start servers with Raft enabled. The suite will be used to test the Raft upgrade procedure. The suite contains a basic test just to check the suite itself can run; the test will be removed when 'real' tests are added. Closes #11487 * github.com:scylladb/scylladb: test.py: PythonTestSuite: sum default config params with user-provided ones test: add a topology suite with Raft disabled test: pylib: use Python dicts to manipulate `ScyllaServer` configuration test: pylib: store `config_options` in `ScyllaServer`