From 3f10f366fe20c76521645208ba488a243c334d42 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sun, 14 Aug 2022 11:33:21 +0200 Subject: [PATCH] [2/3] Update to MySQL 8.0.30 - update skipped-tests-list -- Related: #2117219 --- mysql.spec | 2 +- rh-skipped-tests-list-base.list | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 0416150..78bc00a 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.28 +%global last_tested_version 8.0.30 # 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 741062c..7f716d3 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -53,3 +53,7 @@ main.index_merge_myisam : BUG#0 # Failing since MySQL 8.0.29 main.mysqlpump_bugs : BUG#0 main.slow_log : BUG#0 + +# Failing since MySQL 8.0.30 +auth_sec.fips : BUG#0 +rpl.rpl_fips : BUG#0