mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
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.
12 lines
338 B
YAML
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'
|