summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-01-22 15:50:24 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-01-23 14:59:05 +0100
commitdd8262646d208e394844e26edbc1fec47949129d (patch)
tree5e2759e6fdf6e0597fdfa153519fcb7473081cb2
parenta7289c9cf9549459deadcf2fc80e80cf6971e63a (diff)
downloadrabbitmq-server-git-dd8262646d208e394844e26edbc1fec47949129d.tar.gz
Makefile: Expand the list of slow testsuites
Those are all the testsuites which take more than 5 minutes in Concourse.
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 420d8b32f0..d731407f45 100644
--- a/Makefile
+++ b/Makefile
@@ -197,29 +197,43 @@ bats: $(BATS)
tests:: bats
SLOW_CT_SUITES := backing_queue \
+ channel_interceptor \
+ cluster \
cluster_rename \
clustering_management \
config_schema \
+ confirms_rejects \
+ consumer_timeout \
+ crashing_queues \
dynamic_ha \
+ dynamic_qq \
eager_sync \
feature_flags \
health_check \
lazy_queue \
+ many_node_ha \
metrics \
msg_store \
partitions \
per_user_connection_tracking \
per_vhost_connection_limit \
+ per_vhost_connection_limit_partitions \
per_vhost_msg_store \
per_vhost_queue_limit \
policy \
priority_queue \
+ priority_queue_recovery \
+ publisher_confirms_parallel \
queue_master_location \
+ queue_parallel \
quorum_queue \
rabbit_core_metrics_gc \
rabbit_fifo_prop \
+ rabbitmq_queues_cli_integration \
+ rabbitmqctl_integration \
simple_ha \
sync_detection \
+ unit_inbroker_non_parallel \
unit_inbroker_parallel \
vhost
FAST_CT_SUITES := $(filter-out $(sort $(SLOW_CT_SUITES)),$(CT_SUITES))