From c8fc43d169f895a0edfd124b44e42e8c4c96f488 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 20 Mar 2024 15:58:21 +0300 Subject: [PATCH] test: Update topology_custom/suite::run_first list The recently added test_tablets_migration dominates with it run-time (10 minutes). Also update other tests, e.g. test_read_repair is not in top-7 for any mode, test_replace and test_raft_recovery_majority_loss are both not notably slower than most of other tests (~40 sec both). On the other hand, the test_raft_recovery_basic and test_group0_schema_versioning are both 1+ minute Signed-off-by: Pavel Emelyanov Closes scylladb/scylladb#17927 --- test/topology_custom/suite.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/topology_custom/suite.yaml b/test/topology_custom/suite.yaml index 462af999cd..52548470e9 100644 --- a/test/topology_custom/suite.yaml +++ b/test/topology_custom/suite.yaml @@ -6,10 +6,10 @@ extra_scylla_config_options: authenticator: AllowAllAuthenticator authorizer: AllowAllAuthorizer run_first: - - test_raft_recovery_majority_loss - test_raft_recovery_stuck - - test_read_repair - - test_replace + - test_raft_recovery_basic + - test_group0_schema_versioning + - test_tablets_migration skip_in_release: - test_raft_recovery_stuck - test_shutdown_hang