From 24635d1bfb2d5704bc7ea9d811f8e4e6d431b981 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Mon, 22 Jan 2024 14:22:41 +0100 Subject: [PATCH] Update skipped tests list for MySQL 8.0.36 Related: RHEL-22455 --- mysql.spec | 2 +- rh-skipped-tests-list-arm.list | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 42e9c39..8aecc96 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.35 +%global last_tested_version 8.0.36 # 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-arm.list b/rh-skipped-tests-list-arm.list index 7bba175..4a423e7 100644 --- a/rh-skipped-tests-list-arm.list +++ b/rh-skipped-tests-list-arm.list @@ -3,3 +3,7 @@ sys_vars.innodb_buffer_pool_size_basic : BUG#0 # Unstable on aarch64 since MySQL 8.0.28 innodb_undo.undo_settings : BUG#0 + +# Unstable on aarch64 since MySQL 8.0.36 +sys_vars.myisam_data_pointer_size_func : BUG#0 +rpl.rpl_eventlog_psi_memory : BUG#0