From 2e276d04da3a7a3c07d74b7932f82e523813c314 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 27 Jan 2022 06:15:58 +0100 Subject: [PATCH] Update failing & unstable tests lists There is an issue, which is only present on C9S & RHEL 9 (neither in Fedora nor RHEL 8) which requires the Linux Native AIO to be turned off for InnoDB Related: #1969430 --- mysql.spec | 4 ++-- rh-skipped-tests-list-arm.list | 3 +++ rh-skipped-tests-list-base.list | 24 ++++++++++++++++++++++++ rh-skipped-tests-list-ppc.list | 6 ++++++ rh-skipped-tests-list-s390.list | 9 +++++++++ 5 files changed, 44 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index 15be54c..b65cc41 100644 --- a/mysql.spec +++ b/mysql.spec @@ -13,7 +13,7 @@ # 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 8.0.24 +%global last_tested_version 8.0.27 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 # Aditional SELinux rules @@ -632,7 +632,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 2200 )) set -ex 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 " + 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 " # 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 ]] diff --git a/rh-skipped-tests-list-arm.list b/rh-skipped-tests-list-arm.list index 4f73b0d..7ff9717 100644 --- a/rh-skipped-tests-list-arm.list +++ b/rh-skipped-tests-list-arm.list @@ -17,3 +17,6 @@ main.grant_dynamic_flush : BUG#0 innodb.innodb_read_only : BUG#0 rpl_nogtid.rpl_mixed_mixing_engines : BUG#0 timeout after 1800 secs or armv7hl + +# Failing on C9S & RHEL 9 for MySQL release 8.0.27 +sys_vars.innodb_buffer_pool_size_basic : BUG#0 diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list index 77743ba..421d6ce 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -21,3 +21,27 @@ x.connection_unixsocket : BUG#0 x.connection_unixsocket_invalid : BUG#0 x.connection_unixsocket_lock : BUG#0 innodb.innodb_bug-13628249 : BUG#0 + +# Failing on C9S & RHEL 9 for MySQL release 8.0.27 +auth_sec.admin_channel_tls : BUG#0 +auth_sec.cipher_support : BUG#0 +auth_sec.openssl_cert_generation : BUG#0 +auth_sec.openssl_without_fips : BUG#0 +auth_sec.ssl_mode : BUG#0 +auth_sec.tls : BUG#0 +auth_sec.tls12_tls1 : BUG#0 +binlog.binlog_grant_alter_user : BUG#0 +main.grant_alter_user_qa : BUG#0 +main.grant_user_lock_qa : BUG#0 +main.openssl_1 : BUG#0 +main.ssl_cipher : BUG#0 +main.ssl_deprecated_tls_versions : BUG#0 +main.ssl_dynamic : BUG#0 +x.connection_openssl : BUG#0 +x.connection_openssl_unixsocket : BUG#0 +x.connection_tls_version : BUG#0 +main.slow_log : BUG#0 +main.ctype_unicode900_as_cs : BUG#0 + +# Failing consistently, but only on C9S ZUUL CI mock build +main.loaddata_special : BUG#0 diff --git a/rh-skipped-tests-list-ppc.list b/rh-skipped-tests-list-ppc.list index d4da526..4386e9c 100644 --- a/rh-skipped-tests-list-ppc.list +++ b/rh-skipped-tests-list-ppc.list @@ -1,3 +1,9 @@ # ppc64le sys_vars.innodb_buffer_pool_size_basic : BUG#0 fails only on ppc64le on f32+ +# Failing on RHEL 9 for MySQL release 8.0.27 +main.sp-threads : BUG#0 +main.dd_upgrade_error : BUG#0 +main.dd_upgrade_non_debug : BUG#0 +main.dd_upgrade_partition : BUG#0 +main.partition_prefixkey_upgrade : BUG#0 diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list index a936ed9..c477261 100644 --- a/rh-skipped-tests-list-s390.list +++ b/rh-skipped-tests-list-s390.list @@ -25,3 +25,12 @@ main.with_recursive : BUG#0 # Unstable main.grant_dynamic_flush : BUG#0 +# Failing on C9S & RHEL 9 for MySQL release 8.0.27 +gis.st_symdifference : BUG#0 +main.regular_expressions_utf-8 : BUG#0 +main.subquery_sj_dupsweed : BUG#0 +main.subquery_sj_dupsweed_bka : BUG#0 +main.subquery_sj_dupsweed_bka_nobnl : BUG#0 +main.subquery_sj_firstmatch : BUG#0 +main.subquery_sj_firstmatch_bka : BUG#0 +main.subquery_sj_firstmatch_bka_nobnl : BUG#0