Files
scylladb/test/cqlpy/suite.yaml
Dawid Mędrek be0877ce69 test/cqlpy: Enable rf_rack_valid_keyspaces by default
All of the tests in the suite have been adjusted so they only
use RF-rack-valid keyspaces, so let's start enabling the option
by default.
2025-04-11 14:55:13 +02:00

12 lines
338 B
YAML

type: Python
pool_size: 4
dirties_cluster:
- test_native_transport
extra_scylla_cmdline_options:
- '--rf-rack-valid-keyspaces=1'
- '--experimental-features=udf'
- '--experimental-features=keyspace-storage-options'
- '--experimental-features=views-with-tablets'
- '--enable-tablets=true'
- '--tablets-initial-scale-factor=1'