test: Turn off tablets feature by default
Next patches will make per-keyspace initial_tables option really optional and turn tablets ON when the feature is ON. This will break all other tests' assumptions, that they are testing vnodes replication. So turn the feature off by default, tests that do need tables will need to explicitly enable this feature on their own Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
This commit is contained in:
@@ -76,8 +76,7 @@ def make_scylla_conf(workdir: pathlib.Path, host_addr: str, seed_addrs: List[str
|
||||
'alternator-streams',
|
||||
'consistent-topology-changes',
|
||||
'broadcast-tables',
|
||||
'keyspace-storage-options',
|
||||
'tablets'],
|
||||
'keyspace-storage-options'],
|
||||
|
||||
'skip_wait_for_gossip_to_settle': 0,
|
||||
'ring_delay_ms': 0,
|
||||
|
||||
Reference in New Issue
Block a user