Files
scylladb/test/rest_api/suite.yaml
Pavel Emelyanov 83d491af02 config: Remove experimental TABLETS feature
... and replace it with boolean enable_tablets option. All the places
in the code are patched to check the latter option instead of the former
feature.

The option is OFF by default, but the default scylla.yaml file sets this
to true, so that newly installed clusters turn tablets ON.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>

Closes scylladb/scylladb#18898
2024-05-30 18:03:51 +03:00

11 lines
188 B
YAML

type: Python
pool_size: 1
skip_in_release:
- test_task_manager
- test_compaction_task
extra_scylla_cmdline_options:
- '--experimental-features=udf'
- '--enable-tablets=true'