Disable --mem option in tests

i9
Arkady L. Shane 2 years ago
parent 4efa75d9e2
commit cdf4d1bd0a

@ -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 <packager@msvsphere.ru> - 8.0.30-3
- Rebuilt for MSVSphere 9.1.
* Thu Jul 13 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 8.0.32-1
- Disable --mem option in tests
* Thu Jan 05 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.32-1
- Update to MySQL 8.0.32

Loading…
Cancel
Save