From cdf4d1bd0a361ccd869bb0e49ef71ea2df6009ed Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 13 Jul 2023 12:15:36 +0300 Subject: [PATCH] Disable --mem option in tests --- SPECS/mysql.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index 0459e59..1436d76 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -75,7 +75,7 @@ Name: mysql Version: 8.0.32 -Release: 1%{?with_debug:.debug}%{?dist} +Release: 1%{?with_debug:.debug}%{?dist}.inferit Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -641,7 +641,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 2200 )) then # in further rebuilds only run the basic "main" suite (~800 tests) echo "running only base testsuite" - perl ./mysql-test-run.pl $common_testsuite_arguments --suite=main --mem --skip-test-list=%{skiplist} + perl ./mysql-test-run.pl $common_testsuite_arguments --suite=main --skip-test-list=%{skiplist} fi # If either this version wasn't marked as tested yet or I explicitly want to run the testsuite, run everything we have (~4000 test) @@ -980,8 +980,8 @@ fi %endif %changelog -* Wed Mar 15 2023 MSVSphere Packaging Team - 8.0.30-3 -- Rebuilt for MSVSphere 9.1. +* Thu Jul 13 2023 Arkady L. Shane - 8.0.32-1 +- Disable --mem option in tests * Thu Jan 05 2023 Lars Tangvald - 8.0.32-1 - Update to MySQL 8.0.32