Files
scylladb/test/rest_api/suite.yaml
Pavel Emelyanov 62a23fd86a 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>
(cherry picked from commit 83d491af02)

Closes scylladb/scylladb#19012
2024-06-03 12:16:41 +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'