From 083e265abb0a96d3421f83cdb2ce9e3e3dbda31a Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 23 Jan 2025 03:01:35 +0100 Subject: [PATCH] Testsuite verification for release 8.4.4 Related: RHEL-75839 RHEL-75836 RHEL-75835 RHEL-75833 RHEL-75814 --- mysql8.4.spec | 2 +- rh-skipped-tests-list-arm.list | 8 ++++++++ rh-skipped-tests-list-s390.list | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/mysql8.4.spec b/mysql8.4.spec index 5f35bd5..2c1777e 100644 --- a/mysql8.4.spec +++ b/mysql8.4.spec @@ -21,7 +21,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 8.4.3 +%global last_tested_version 8.4.4 # 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-arm.list b/rh-skipped-tests-list-arm.list index e69de29..0b22071 100644 --- a/rh-skipped-tests-list-arm.list +++ b/rh-skipped-tests-list-arm.list @@ -0,0 +1,8 @@ +# Fails since MySQL 8.4.4 +perfschema.relaylog : BUG#0 + +# Fails since MySQL 8.4.4 only on RHEL 10 +perfschema.system_events_plugin : BUG#0 +rpl.rpl_channel_creation_under_replica_load : BUG#0 +sys_vars.myisam_data_pointer_size_func : BUG#0 +rpl.rpl_parallel_ddl_innodb : BUG#0 diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list index 18fc03a..3c01fef 100644 --- a/rh-skipped-tests-list-s390.list +++ b/rh-skipped-tests-list-s390.list @@ -8,3 +8,6 @@ sys_vars.myisam_data_pointer_size_func : BUG#0 # Fails since 8.4.3 test_services.test_event_tracking_consumer : BUG#0 + +# Fails since MySQL 8.4.4 +perfschema.threads_innodb : BUG#0