File 2890-Skip-many-more-traffic-testcases.patch of Package erlang

From 92316dd79418669e06829306b3048a98d7b0c878 Mon Sep 17 00:00:00 2001
From: Anders Svensson <anders@erlang.org>
Date: Wed, 12 Feb 2020 13:09:35 +0100
Subject: [PATCH 10/11] Skip many more traffic testcases

There are currently 55 traffic testcases and 1440 config variants:
55*1440 = 79200 possible testcases. Skipping 25% of these (randomly)
still leaves 59400 for common_test to trudge through, and this is not
quick, even though some of these 54900 are also skipped: almost 90
minutes on one reasonable host.

The benefit of running all these variants of the same test ad nauseum
(on many hosts to boot) is doubtful, so increase the number skipped to
90%. This leaves 7920 testcases, still not a small number, and takes
around 12 minutes vs 90. (Which is exactly 90 * 10/75 in fact.)
---
 lib/diameter/test/diameter_traffic_SUITE.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/diameter/test/diameter_traffic_SUITE.erl b/lib/diameter/test/diameter_traffic_SUITE.erl
index 47b00c25a2..e5c35be9ca 100644
--- a/lib/diameter/test/diameter_traffic_SUITE.erl
+++ b/lib/diameter/test/diameter_traffic_SUITE.erl
@@ -128,7 +128,7 @@
 %% ===========================================================================
 
 %% Fraction of shuffle/parallel groups to randomly skip.
--define(SKIP, 0.25).
+-define(SKIP, 0.90).
 
 %% Positive number of testcases from which to select (randomly) from
 %% tc(), the list of testcases to run, or [] to run all. The random
-- 
2.16.4

openSUSE Build Service is sponsored by