From 5958df69b3622a412f301bd1209f34a63fe024da Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 16 Nov 2016 14:35:20 +0100 Subject: [PATCH] fixed bug 1382988 - added comment to the test suite - test suite DISABLED for most builds in Koji, see comments --- mariadb.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index d82c73d..fd9c9b7 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -5,7 +5,12 @@ # Regression tests may take a long time (many cores recommended), skip them by # passing --nocheck to rpmbuild or by setting runselftest to 0 if defining # --nocheck is not possible (e.g. in koji build) -%{!?runselftest:%global runselftest 1} +# UPDATE: checks should be run regularly, but mostly NOT at build time, since they +# extends build time by hundreds percents and steal resources from Koji +# 1) tests can be run alone, with "mariadb-test-..." package +# 2) tests can be run in COPR +# 3) tests still should be run in Koji too every major release +%{!?runselftest:%global runselftest 0} # Set this to 1 to see which tests fail %global check_testsuite 0 @@ -123,7 +128,7 @@ Name: mariadb Version: %{compatver}.%{bugfixver} -Release: 1%{?with_debug:.debug}%{?dist} +Release: 2%{?with_debug:.debug}%{?dist} Epoch: 3 Summary: A community developed branch of MySQL @@ -221,7 +226,6 @@ Requires: compat-openssl10 #BuildRequires: openssl-devel BuildRequires: krb5-devel - BuildRequires: selinux-policy-devel %{?with_init_systemd:BuildRequires: systemd systemd-devel} @@ -1309,6 +1313,11 @@ fi %endif %changelog +* Wed Nov 16 2016 Michal Schorm - 3:10.1.19-2 +- fixed bug 1382988 +- added comment to the test suite +- test suite DISABLED for most builds in Koji, see comments + * Wed Nov 16 2016 Michal Schorm - 3:10.1.19-1 - Update to 10.1.19 - added temporary support to build with OpenSSL 1.0 on Fedora >= 26