Testsuite verification for 10.11.9

This commit is contained in:
Michal Schorm 2024-10-21 10:11:36 +02:00
parent ca81f1ad20
commit a1c05131a6
3 changed files with 18 additions and 3 deletions

View File

@ -18,7 +18,7 @@ ExcludeArch: %{ix86}
# 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 10.11.6
%global last_tested_version 10.11.9
# Set to 1 to force run the testsuite even if it was already tested in current version
%global force_run_testsuite 0
@ -747,8 +747,9 @@ rm -r storage/columnstore
rm -r debian
%if %{with bundled_fmt}
mkdir -p redhat-linux-build/extra/libfmt/
cp %{SOURCE1} redhat-linux-build/extra/libfmt/
echo %{_vpath_builddir}
mkdir -p %{_vpath_builddir}/extra/libfmt/
cp %{SOURCE1} %{_vpath_builddir}/extra/libfmt/
%endif
# Remove JAR files that upstream puts into tarball

View File

@ -83,3 +83,10 @@ rpl.rpl_upgrade_master_info :
# Unstable on 10.11.6
rpl.rpl_slave_shutdown_mdev20821 :
# Fails on 10.11.9
main.mdev375 :
perfschema.show_aggregate :
# Unstable on 10.11.9
innodb.log_file_size_online :

View File

@ -3,3 +3,10 @@ main.func_json_notembedded :
mariabackup.huge_lsn :
mariabackup.xb_file_key_management :
main.column_compression_parts :
# Fails on 10.11.9
main.having_cond_pushdown :
mariabackup.slave_provision_nolock :
mariabackup.page_compression_level :
mariabackup.xb_page_compress :
innodb.101_compatibility :