Make audit tests from test/cluster/dtest to test/cluster. test/cluster environment has less overhead, and audit tests are heavy, their execution taking lots of time. This patch is part of an effort to improve audit test suite performance. This patch refactors the tests so that they execute correctly, as well as enables them. A follow up patch will remove the audit tests in test/cluster/dtest. All the tests are confirmed to be running after the change. No dead code present. Test test_audit_categories_invalid is not parametrized anymore. It never used the parametrized helper class, so it just ran the same logic three times. This is why there are now 74, and not 76, test executions. Refs SCYLLADB-573
53 lines
1.3 KiB
YAML
53 lines
1.3 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_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
|
|
- test_keyspace_rf
|
|
skip_in_release:
|
|
- test_raft_cluster_features
|
|
- test_cluster_features
|
|
- dtest/limits_test
|
|
- dtest/schema_management_test
|
|
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_zero_token_nodes_no_replication
|
|
- test_not_enough_token_owners
|
|
- test_replace_alive_node
|
|
- dtest/error_example_test
|
|
- dtest/alternator_tests
|
|
- dtest/bypass_cache_test
|
|
- dtest/auth_roles_test
|
|
- dtest/audit_test
|
|
- audit/test_audit
|
|
- dtest/commitlog_test
|
|
- dtest/cfid_test
|
|
- dtest/rebuild_test
|
|
run_in_debug:
|
|
- random_failures/test_random_failures
|