Skip to content

Commit

Permalink
MIM-2328 Reorder tests in default.spec and dynamic_domains.spec
Browse files Browse the repository at this point in the history
Put suites that reconfigure cluster at the end of the list of suites to run.
  • Loading branch information
Andrzej Telezynski committed Nov 25, 2024
1 parent 883276f commit da0f306
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 6 additions & 4 deletions big_tests/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
{suites, "tests", adhoc_SUITE}.
{suites, "tests", amp_big_SUITE}.
{suites, "tests", anonymous_SUITE}.
{suites, "tests", auth_methods_for_c2s_SUITE}.
{suites, "tests", bind2_SUITE}.
{suites, "tests", bosh_SUITE}.
{suites, "tests", carboncopy_SUITE}.
{suites, "tests", cluster_commands_SUITE}.
{suites, "tests", component_SUITE}.
{suites, "tests", connect_SUITE}.
{suites, "tests", disco_and_caps_SUITE}.
{suites, "tests", extdisco_SUITE}.
Expand Down Expand Up @@ -81,7 +79,6 @@
{suites, "tests", offline_SUITE}.
{suites, "tests", offline_stub_SUITE}.
{suites, "tests", pep_SUITE}.
{suites, "tests", persistent_cluster_id_SUITE}.
{suites, "tests", presence_SUITE}.
{suites, "tests", privacy_SUITE}.
{suites, "tests", private_SUITE}.
Expand All @@ -98,7 +95,6 @@
{suites, "tests", s2s_SUITE}.
{suites, "tests", sasl_SUITE}.
{suites, "tests", sasl2_SUITE}.
{suites, "tests", sasl_external_SUITE}.
{suites, "tests", service_mongoose_system_metrics_SUITE}.
{suites, "tests", shared_roster_SUITE}.
{suites, "tests", sic_SUITE}.
Expand All @@ -118,6 +114,12 @@
{suites, "tests", cets_disco_SUITE}.
{suites, "tests", start_node_id_SUITE}.
{suites, "tests", tr_util_SUITE}.
%% the below suites restart MIM nodes, so they were moved to the end
%% to minimise impact on other tests
{suites, "tests", auth_methods_for_c2s_SUITE}.
{suites, "tests", component_SUITE}.
{suites, "tests", persistent_cluster_id_SUITE}.
{suites, "tests", sasl_external_SUITE}.

{config, ["test.config"]}.
{logdir, "ct_report"}.
Expand Down
11 changes: 6 additions & 5 deletions big_tests/dynamic_domains.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

{suites, "tests", anonymous_SUITE}.

{suites, "tests", auth_methods_for_c2s_SUITE}.

{suites, "tests", bind2_SUITE}.

{suites, "tests", bosh_SUITE}.
Expand Down Expand Up @@ -121,8 +119,6 @@

{suites, "tests", offline_stub_SUITE}.

{suites, "tests", persistent_cluster_id_SUITE}.

{suites, "tests", presence_SUITE}.

{suites, "tests", privacy_SUITE}.
Expand All @@ -139,7 +135,6 @@

{suites, "tests", sasl_SUITE}.
{suites, "tests", sasl2_SUITE}.
{suites, "tests", sasl_external_SUITE}.

{suites, "tests", service_domain_db_SUITE}.

Expand All @@ -164,6 +159,12 @@
{suites, "tests", start_node_id_SUITE}.
{suites, "tests", tr_util_SUITE}.

%% the below suites restart MIM nodes, so they were moved to the end
%% to minimise impact on other tests
{suites, "tests", auth_methods_for_c2s_SUITE}.
{suites, "tests", persistent_cluster_id_SUITE}.
{suites, "tests", sasl_external_SUITE}.

{config, ["dynamic_domains.config", "test.config"]}.

{logdir, "ct_report"}.
Expand Down

0 comments on commit da0f306

Please sign in to comment.