From 7c7ad7c2d2c63c90e695e8f985807a5d1b784268 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-22931 --- mysql.spec | 2 +- rh-skipped-tests-list-base.list | 6 +++++- rh-skipped-tests-list-ppc.list | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index 4810e7c..4beec5c 100644 --- a/mysql.spec +++ b/mysql.spec @@ -16,7 +16,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 diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list index 9ee94fe..e9dc7d9 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -31,4 +31,8 @@ main.mysqlpump_bugs : BUG#0 # Failing since MySQL 8.0.30 auth_sec.fips : BUG#0 rpl.rpl_fips : BUG#0 -main.mysqlpump_bugs : 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