summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-12-28 19:35:38 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-12-29 05:50:23 +0300
commit999483872eeda4cd84ebfd5dbb21b2ee4cff93c1 (patch)
treec4d883028c302951ffb0d1bec77ee0b045875a14 /test
parent9964de75042b32324c4b5a93842bca7668fb44b1 (diff)
downloadrabbitmq-server-git-999483872eeda4cd84ebfd5dbb21b2ee4cff93c1.tar.gz
(c) bump
Diffstat (limited to 'test')
-rw-r--r--test/channel_operation_timeout_SUITE.erl2
-rw-r--r--test/channel_operation_timeout_test_queue.erl2
-rw-r--r--test/cluster_formation_locking_SUITE.erl2
-rw-r--r--test/cluster_rename_SUITE.erl2
-rw-r--r--test/clustering_management_SUITE.erl2
-rw-r--r--test/crashing_queues_SUITE.erl2
-rw-r--r--test/credential_validation_SUITE.erl2
-rw-r--r--test/definition_import_SUITE.erl2
-rw-r--r--test/dummy_event_receiver.erl2
-rw-r--r--test/dummy_runtime_parameters.erl2
-rw-r--r--test/dynamic_ha_SUITE.erl2
-rw-r--r--test/dynamic_qq_SUITE.erl2
-rw-r--r--test/eager_sync_SUITE.erl2
-rw-r--r--test/feature_flags_SUITE.erl2
-rw-r--r--test/gm_SUITE.erl2
-rw-r--r--test/lazy_queue_SUITE.erl2
-rw-r--r--test/many_node_ha_SUITE.erl2
-rw-r--r--test/per_vhost_msg_store_SUITE.erl2
-rw-r--r--test/quorum_queue_SUITE.erl2
-rw-r--r--test/rabbit_core_metrics_gc_SUITE.erl2
-rw-r--r--test/rabbit_ha_test_consumer.erl2
-rw-r--r--test/rabbit_ha_test_producer.erl2
-rw-r--r--test/simple_ha_SUITE.erl2
-rw-r--r--test/single_active_consumer_SUITE.erl2
-rw-r--r--test/sup_delayed_restart_SUITE.erl2
-rw-r--r--test/sync_detection_SUITE.erl2
-rw-r--r--test/unit_queue_consumers_SUITE.erl2
-rw-r--r--test/worker_pool_SUITE.erl2
28 files changed, 28 insertions, 28 deletions
diff --git a/test/channel_operation_timeout_SUITE.erl b/test/channel_operation_timeout_SUITE.erl
index 6011936604..8f7d6eae1c 100644
--- a/test/channel_operation_timeout_SUITE.erl
+++ b/test/channel_operation_timeout_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(channel_operation_timeout_SUITE).
diff --git a/test/channel_operation_timeout_test_queue.erl b/test/channel_operation_timeout_test_queue.erl
index ba1572f206..4de7ba6266 100644
--- a/test/channel_operation_timeout_test_queue.erl
+++ b/test/channel_operation_timeout_test_queue.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(channel_operation_timeout_test_queue).
diff --git a/test/cluster_formation_locking_SUITE.erl b/test/cluster_formation_locking_SUITE.erl
index 14d2b552cb..7815e89f47 100644
--- a/test/cluster_formation_locking_SUITE.erl
+++ b/test/cluster_formation_locking_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(cluster_formation_locking_SUITE).
diff --git a/test/cluster_rename_SUITE.erl b/test/cluster_rename_SUITE.erl
index 1db0541d81..69597581aa 100644
--- a/test/cluster_rename_SUITE.erl
+++ b/test/cluster_rename_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(cluster_rename_SUITE).
diff --git a/test/clustering_management_SUITE.erl b/test/clustering_management_SUITE.erl
index b9cf0629b6..8566b23130 100644
--- a/test/clustering_management_SUITE.erl
+++ b/test/clustering_management_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(clustering_management_SUITE).
diff --git a/test/crashing_queues_SUITE.erl b/test/crashing_queues_SUITE.erl
index f8b5185c17..93cc6b2312 100644
--- a/test/crashing_queues_SUITE.erl
+++ b/test/crashing_queues_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(crashing_queues_SUITE).
diff --git a/test/credential_validation_SUITE.erl b/test/credential_validation_SUITE.erl
index 2bbf4426c3..791eb72630 100644
--- a/test/credential_validation_SUITE.erl
+++ b/test/credential_validation_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(credential_validation_SUITE).
diff --git a/test/definition_import_SUITE.erl b/test/definition_import_SUITE.erl
index fbbfc95fb5..ef827a25ec 100644
--- a/test/definition_import_SUITE.erl
+++ b/test/definition_import_SUITE.erl
@@ -8,7 +8,7 @@
%% License for the specific language governing rights and limitations
%% under the License.
%%
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
%% This test suite covers the definitions import function
diff --git a/test/dummy_event_receiver.erl b/test/dummy_event_receiver.erl
index 344648d76f..bede2bf5c5 100644
--- a/test/dummy_event_receiver.erl
+++ b/test/dummy_event_receiver.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(dummy_event_receiver).
diff --git a/test/dummy_runtime_parameters.erl b/test/dummy_runtime_parameters.erl
index a226dd2e57..c52f49971b 100644
--- a/test/dummy_runtime_parameters.erl
+++ b/test/dummy_runtime_parameters.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(dummy_runtime_parameters).
diff --git a/test/dynamic_ha_SUITE.erl b/test/dynamic_ha_SUITE.erl
index 4423ca80cd..16a6dbd59a 100644
--- a/test/dynamic_ha_SUITE.erl
+++ b/test/dynamic_ha_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(dynamic_ha_SUITE).
diff --git a/test/dynamic_qq_SUITE.erl b/test/dynamic_qq_SUITE.erl
index 054c560262..c2774b742c 100644
--- a/test/dynamic_qq_SUITE.erl
+++ b/test/dynamic_qq_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
%% This test suite is an adaptation from dynamic_ha_SUITE for quorum queues.
%% Some test cases didn't make sense, but others could be adapted for quorum queue.
diff --git a/test/eager_sync_SUITE.erl b/test/eager_sync_SUITE.erl
index f0853756b8..9890d7d675 100644
--- a/test/eager_sync_SUITE.erl
+++ b/test/eager_sync_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(eager_sync_SUITE).
diff --git a/test/feature_flags_SUITE.erl b/test/feature_flags_SUITE.erl
index 8f672314f0..8703e27cfa 100644
--- a/test/feature_flags_SUITE.erl
+++ b/test/feature_flags_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(feature_flags_SUITE).
diff --git a/test/gm_SUITE.erl b/test/gm_SUITE.erl
index 5bcae42f51..0a1432ce1c 100644
--- a/test/gm_SUITE.erl
+++ b/test/gm_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(gm_SUITE).
diff --git a/test/lazy_queue_SUITE.erl b/test/lazy_queue_SUITE.erl
index 5dc0ba8cdb..2b6084992d 100644
--- a/test/lazy_queue_SUITE.erl
+++ b/test/lazy_queue_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(lazy_queue_SUITE).
diff --git a/test/many_node_ha_SUITE.erl b/test/many_node_ha_SUITE.erl
index d1a340c80a..f41ca92a08 100644
--- a/test/many_node_ha_SUITE.erl
+++ b/test/many_node_ha_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(many_node_ha_SUITE).
diff --git a/test/per_vhost_msg_store_SUITE.erl b/test/per_vhost_msg_store_SUITE.erl
index 5d1209dd96..aeeb2067c1 100644
--- a/test/per_vhost_msg_store_SUITE.erl
+++ b/test/per_vhost_msg_store_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(per_vhost_msg_store_SUITE).
diff --git a/test/quorum_queue_SUITE.erl b/test/quorum_queue_SUITE.erl
index 808d4470aa..3a872ff607 100644
--- a/test/quorum_queue_SUITE.erl
+++ b/test/quorum_queue_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(quorum_queue_SUITE).
diff --git a/test/rabbit_core_metrics_gc_SUITE.erl b/test/rabbit_core_metrics_gc_SUITE.erl
index c44b799caa..a8354f7e5a 100644
--- a/test/rabbit_core_metrics_gc_SUITE.erl
+++ b/test/rabbit_core_metrics_gc_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(rabbit_core_metrics_gc_SUITE).
diff --git a/test/rabbit_ha_test_consumer.erl b/test/rabbit_ha_test_consumer.erl
index e49ba586ce..a0605c122c 100644
--- a/test/rabbit_ha_test_consumer.erl
+++ b/test/rabbit_ha_test_consumer.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(rabbit_ha_test_consumer).
diff --git a/test/rabbit_ha_test_producer.erl b/test/rabbit_ha_test_producer.erl
index 7fdee64566..9a2f6a141a 100644
--- a/test/rabbit_ha_test_producer.erl
+++ b/test/rabbit_ha_test_producer.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(rabbit_ha_test_producer).
diff --git a/test/simple_ha_SUITE.erl b/test/simple_ha_SUITE.erl
index d2137a686b..58393a7c66 100644
--- a/test/simple_ha_SUITE.erl
+++ b/test/simple_ha_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(simple_ha_SUITE).
diff --git a/test/single_active_consumer_SUITE.erl b/test/single_active_consumer_SUITE.erl
index 128d880eb6..f0ee08c95e 100644
--- a/test/single_active_consumer_SUITE.erl
+++ b/test/single_active_consumer_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(single_active_consumer_SUITE).
diff --git a/test/sup_delayed_restart_SUITE.erl b/test/sup_delayed_restart_SUITE.erl
index 9e2ccab718..529038ecc1 100644
--- a/test/sup_delayed_restart_SUITE.erl
+++ b/test/sup_delayed_restart_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(sup_delayed_restart_SUITE).
diff --git a/test/sync_detection_SUITE.erl b/test/sync_detection_SUITE.erl
index bb9df1378f..822511bd87 100644
--- a/test/sync_detection_SUITE.erl
+++ b/test/sync_detection_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(sync_detection_SUITE).
diff --git a/test/unit_queue_consumers_SUITE.erl b/test/unit_queue_consumers_SUITE.erl
index 073b6a967f..f81afe93c8 100644
--- a/test/unit_queue_consumers_SUITE.erl
+++ b/test/unit_queue_consumers_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(unit_queue_consumers_SUITE).
diff --git a/test/worker_pool_SUITE.erl b/test/worker_pool_SUITE.erl
index e7353720c8..40220de1d1 100644
--- a/test/worker_pool_SUITE.erl
+++ b/test/worker_pool_SUITE.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(worker_pool_SUITE).