Files
scylladb/test/rest_api/suite.yaml
Wojciech Mitros d04f376227 mv: add an experimental feature for creating views using tablets
We still have a number of issues to be solved for views with tablets.
Until they are fixed, we should prevent users from creating them,
and use the vnode-based views instead.

This patch prepares the feature for enabling views with tablets. The
feature is disabled by default, but currently it has no effect.
After all tests are adjusted to use the feature, we should depend
on the feature for deciding whether we can create materialized views
in tablet-enabled keyspaces.

The unit tests are adjusted to enable this feature explicitly, and it's
also added to the scylla sstable tool config - this tool treats all
tables as if they were tablet-based (surprisingly, with SimpleStrategy),
so for it to work on views, the new feature must be enabled.

Refs scylladb/scylladb#21832

Closes scylladb/scylladb#21833
2025-01-07 15:52:36 +01:00

12 lines
238 B
YAML

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