revert the value of '--max-test-fail' option to a production setting

This commit is contained in:
Michal Schorm 2023-01-31 08:07:04 +01:00
parent 834e92e654
commit b1482097c9

View File

@ -642,7 +642,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=4 --force --retry=2 --suite-timeout=900 --testcase-timeout=30 --mysqld=--binlog-format=mixed --max-test-fail=500 --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=5 --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 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 ]]