Files
scylladb/test/cluster/suite.yaml
Dawid Mędrek ee96f8dcfc test/cluster/suite.yaml: Enable rf_rack_valid_keyspaces in suite
Almost all of the tests have been adjusted to be able to be run with
the `rf_rack_valid_keyspaces` configuration option enabled, while
the rest, a minority, create nodes with it disabled. Thanks to that,
we can enable it by default, so let's do that.
2025-05-10 16:30:51 +02:00

45 lines
1.2 KiB
YAML

type: Topology
pool_size: 4
cluster:
initial_size: 0
extra_scylla_config_options:
authenticator: AllowAllAuthenticator
authorizer: AllowAllAuthorizer
enable_user_defined_functions: False
rf_rack_valid_keyspaces: True
tablets_mode_for_new_keyspaces: enabled
run_first:
- test_raft_recovery_stuck
- test_raft_recovery_basic
- test_group0_schema_versioning
- test_tablets_migration
- test_zero_token_nodes_topology_ops
- test_raft_cluster_features
- test_raft_ignore_nodes
- test_tablets
- test_tablets2
- test_cluster_features
- test_topology_remove_decom
- test_mutation_schema_change
skip_in_release:
- test_raft_cluster_features
- test_cluster_features
skip_in_debug:
- test_shutdown_hang
- test_replace
- test_node_shutdown_waits_for_pending_requests
- test_cdc_generation_clearing
- test_cdc_generation_publishing
run_in_release:
- test_gossiper
run_in_dev:
- test_raft_ignore_nodes
- test_group0_schema_versioning
- test_different_group0_ids
- test_replace_ignore_nodes
- test_zero_token_nodes_no_replication
- test_not_enough_token_owners
- test_replace_alive_node
run_in_debug:
- random_failures/test_random_failures