From d485aa46246d8906700a6d53d44daee058d6bf21 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 9 Jan 2024 18:03:10 +0100 Subject: [PATCH] Update skipped tests lists for MySQL 8.0.35 Resolves: RHEL-22453 --- mysql.spec | 2 +- rh-skipped-tests-list-base.list | 5 +++++ rh-skipped-tests-list-ppc.list | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 203fde7..a6e5933 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.32 +%global last_tested_version 8.0.35 # 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 diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list index 176e6e2..5d68ba5 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -28,3 +28,8 @@ main.mysqlpump_bugs : BUG#0 # Failing since MySQL 8.0.30 auth_sec.fips : BUG#0 rpl.rpl_fips : BUG#0 + +# Failing since MySQL 8.0.35 +binlog.binlog_mysqlbinlog_linux : BUG#0 +perfschema.idx_session_connect_attrs : BUG#0 +rpl_gtid.mysqldump_bug33630199 : BUG#0 diff --git a/rh-skipped-tests-list-ppc.list b/rh-skipped-tests-list-ppc.list index b7dcd2c..579f9e7 100644 --- a/rh-skipped-tests-list-ppc.list +++ b/rh-skipped-tests-list-ppc.list @@ -1,2 +1,5 @@ # ppc64le sys_vars.innodb_buffer_pool_size_basic : BUG#0 fails only on ppc64le on f32+ + +# Unstable on 8.0.35 +rpl.rpl_replica_terminology : BUG#0