diff --git a/community-mysql.spec b/community-mysql.spec index 888c911..a79b976 100644 --- a/community-mysql.spec +++ b/community-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.33 +%global last_tested_version 8.0.34 # 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 3ca4e2b..fe346db 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -62,3 +62,6 @@ auth_sec.fips : BUG#0 # Unstable test on MySQL 8.0.33 main.join_cache_bka_nobnl : BUG#0 + +# Failing since 8.0.34 +binlog.binlog_mysqlbinlog_linux : BUG#0 diff --git a/rh-skipped-tests-list-ppc.list b/rh-skipped-tests-list-ppc.list index f9e1e4f..35db167 100644 --- a/rh-skipped-tests-list-ppc.list +++ b/rh-skipped-tests-list-ppc.list @@ -21,3 +21,9 @@ main.foreign_key : BUG#0 main.lock_multi_bug38499 : BUG#0 main.subquery_all : BUG#0 main.type_temporal_fractional : BUG#0 + +# Fails since 8.0.34 +federated.federated : BUG#0 +rpl_gtid.mysqldump_bug33630199 : BUG#0 +rpl_gtid.rpl_gtid_row_event_max_size : BUG#0 +rpl.rpl_channel_creation_under_replica_load : BUG#0 diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list index 84fe46d..ee9bfea 100644 --- a/rh-skipped-tests-list-s390.list +++ b/rh-skipped-tests-list-s390.list @@ -44,3 +44,8 @@ main.join_cache_bnl : BUG#0 # Fails since 8.0.33 main.subquery_sj_all_bka_nobnl : BUG#0 + +# Fails since 8.0.34 +rpl.rpl_channel_creation_under_replica_load : BUG#0 +rpl_gtid.rpl_perfschema_applier_status_by_worker_gtid_skipped_transaction_mts : BUG#0 +rpl_gtid.rpl_gtid_row_event_max_size : BUG#0