From 67514bfeefc0a6a4b21f95b9ed9c0b168fb6ef7e Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sun, 14 Aug 2022 11:34:27 +0200 Subject: [PATCH] [3/3] Update to MySQL 8.0.30 - testsuite fix - pass the AIO argument correctly -- Related: #2117219 --- mysql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 78bc00a..9b149e5 100644 --- a/mysql.spec +++ b/mysql.spec @@ -631,7 +631,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 2200 )) set -ex cd %{buildroot}%{_datadir}/mysql-test - export common_testsuite_arguments=" %{?with_debug:--debug-server} --parallel=auto --force --retry=2 --suite-timeout=900 --testcase-timeout=30 --mysqld=--binlog-format=mixed --max-test-fail=5 --report-unstable-tests --clean-vardir --skip-innodb-use-native-aio " + export common_testsuite_arguments=" %{?with_debug:--debug-server} --parallel=auto --force --retry=2 --suite-timeout=900 --testcase-timeout=30 --mysqld=--binlog-format=mixed --max-test-fail=5 --report-unstable-tests --clean-vardir --mysqld=--skip-innodb-use-native-aio " # 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 ]]