bind/bind-9.11-unit-disable-random.patch

30 lines
1005 B
Diff
Raw Normal View History

2019-07-23 13:18:02 +00:00
From 605d1575414c67f5e7eefeaae9dd2d0820c082dc Mon Sep 17 00:00:00 2001
From: Petr Mensik <pemensik@redhat.com>
Date: Thu, 21 Feb 2019 22:42:27 +0100
Subject: [PATCH] Disable random_test
It fails too often on some architecture, failing the whole build along.
Because it runs two times for pkcs11 and normal build and any of
subtests can occasionally fail, stop it.
It can be used again by defining 'unstable' variable in Kyuafile.
---
2019-07-23 13:18:02 +00:00
lib/isc/tests/Kyuafile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/isc/tests/Kyuafile b/lib/isc/tests/Kyuafile
2019-07-23 13:18:02 +00:00
index e2b2498..df2741e 100644
--- a/lib/isc/tests/Kyuafile
+++ b/lib/isc/tests/Kyuafile
2019-07-23 13:18:02 +00:00
@@ -18,6 +18,7 @@ tap_test_program{name='parse_test'}
tap_test_program{name='pool_test'}
tap_test_program{name='queue_test'}
tap_test_program{name='radix_test'}
2019-07-23 13:18:02 +00:00
+-- tap_test_program{name='random_test', required_configs='unstable'}
tap_test_program{name='regex_test'}
tap_test_program{name='result_test'}
tap_test_program{name='safe_test'}
--
2.20.1