mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
We add tests to verify the basic properties of zero-token nodes. `test_zero_token_nodes_no_replication` and `test_not_enough_token_owners` are more or less deterministic tests. Running them only in the dev mode is sufficient. `test_zero_token_nodes_topology_ops` is quite slow, as expected, considering parameterization and the number of topology operations. In the future we can think of making it faster or skipping in the debug mode. For now, our priority is to test zero-token nodes thoroughly.
25 lines
649 B
YAML
25 lines
649 B
YAML
type: Topology
|
|
pool_size: 4
|
|
cluster:
|
|
initial_size: 0
|
|
extra_scylla_config_options:
|
|
authenticator: AllowAllAuthenticator
|
|
authorizer: AllowAllAuthorizer
|
|
run_first:
|
|
- test_raft_recovery_stuck
|
|
- test_raft_recovery_basic
|
|
- test_group0_schema_versioning
|
|
- test_tablets_migration
|
|
- test_zero_token_nodes_topology_ops
|
|
skip_in_debug:
|
|
- test_shutdown_hang
|
|
- test_replace
|
|
- test_old_ip_notification_repro
|
|
- test_node_shutdown_waits_for_pending_requests
|
|
run_in_dev:
|
|
- test_group0_schema_versioning
|
|
- test_different_group0_ids
|
|
- test_replace_ignore_nodes
|
|
- test_zero_token_nodes_no_replication
|
|
- test_not_enough_token_owners
|