Update skipped tests lists for MySQL 8.0.35
Resolves: RHEL-22453
This commit is contained in:
parent
e38d49bb14
commit
d485aa4624
@ -13,7 +13,7 @@
|
|||||||
# The last version on which the full testsuite has been run
|
# 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
|
# In case of further rebuilds of that version, don't require full testsuite to be run
|
||||||
# run only "main" suite
|
# run only "main" suite
|
||||||
%global last_tested_version 8.0.32
|
%global last_tested_version 8.0.35
|
||||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||||
%global force_run_testsuite 0
|
%global force_run_testsuite 0
|
||||||
# Aditional SELinux rules
|
# Aditional SELinux rules
|
||||||
|
@ -28,3 +28,8 @@ main.mysqlpump_bugs : BUG#0
|
|||||||
# Failing since MySQL 8.0.30
|
# Failing since MySQL 8.0.30
|
||||||
auth_sec.fips : BUG#0
|
auth_sec.fips : BUG#0
|
||||||
rpl.rpl_fips : BUG#0
|
rpl.rpl_fips : BUG#0
|
||||||
|
|
||||||
|
# Failing since MySQL 8.0.35
|
||||||
|
binlog.binlog_mysqlbinlog_linux : BUG#0
|
||||||
|
perfschema.idx_session_connect_attrs : BUG#0
|
||||||
|
rpl_gtid.mysqldump_bug33630199 : BUG#0
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# ppc64le
|
# ppc64le
|
||||||
sys_vars.innodb_buffer_pool_size_basic : BUG#0 fails only on ppc64le on f32+
|
sys_vars.innodb_buffer_pool_size_basic : BUG#0 fails only on ppc64le on f32+
|
||||||
|
|
||||||
|
# Unstable on 8.0.35
|
||||||
|
rpl.rpl_replica_terminology : BUG#0
|
||||||
|
Loading…
Reference in New Issue
Block a user