[3/3] Update to MySQL 8.0.30 - testsuite fix - pass the AIO argument correctly
-- Related: #2117219
This commit is contained in:
parent
3f10f366fe
commit
67514bfeef
@ -631,7 +631,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 2200 ))
|
|||||||
set -ex
|
set -ex
|
||||||
cd %{buildroot}%{_datadir}/mysql-test
|
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 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 ]]
|
if [[ "%{last_tested_version}" == "%{version}" ]] && [[ %{force_run_testsuite} -eq 0 ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user