Updated failing tests for 8.0.34 version

This commit is contained in:
Lukas Javorsky 2023-08-21 06:30:47 +00:00 committed by Michal Schorm
parent 579c2ca216
commit edd75fc1df
4 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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