From 834e92e654a9088289fb2fe5aeb664a755e449ba Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 31 Jan 2023 07:51:22 +0100 Subject: [PATCH] MySQL 8.0.32 testuite reviewed Enabled more testsuite parallelization I've tested that the builders will not deplete resources for this value New bug discovered: #2165809 "Testsuite suite 'query_rewrite_plugins' fails on Fedora 38 and later" --- community-mysql.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-mysql.spec b/community-mysql.spec index d951f8d..aac904b 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -13,7 +13,7 @@ # The last version on which the full testsuite has been run # In case of further rebuilds of that version, don't require full testsuite to be run # run only "main" suite -%global last_tested_version 8.0.31 +%global last_tested_version 8.0.32 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 @@ -642,7 +642,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 2200 )) set -ex cd %{buildroot}%{_datadir}/mysql-test - export common_testsuite_arguments=" %{?with_debug:--debug-server} --parallel=1 --force --retry=2 --suite-timeout=900 --testcase-timeout=30 --mysqld=--binlog-format=mixed --max-test-fail=5 --report-unstable-tests --clean-vardir " + export common_testsuite_arguments=" %{?with_debug:--debug-server} --parallel=4 --force --retry=2 --suite-timeout=900 --testcase-timeout=30 --mysqld=--binlog-format=mixed --max-test-fail=500 --report-unstable-tests --clean-vardir " # If full testsuite has already been run on this version and we don't explicitly want the full testsuite to be run if [[ "%{last_tested_version}" == "%{version}" ]] && [[ %{force_run_testsuite} -eq 0 ]]