diff --git a/mariadb.spec b/mariadb.spec index 2b83fd4..11a2adb 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -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 diff --git a/rh-skipped-tests-base.list b/rh-skipped-tests-base.list index dea48fc..040447e 100644 --- a/rh-skipped-tests-base.list +++ b/rh-skipped-tests-base.list @@ -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 : diff --git a/rh-skipped-tests-s390.list b/rh-skipped-tests-s390.list index 59c1ff2..a502519 100644 --- a/rh-skipped-tests-s390.list +++ b/rh-skipped-tests-s390.list @@ -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 :