[2/2] Update failing tests list for MySQL 8.0.30
This commit is contained in:
parent
b61612b0ad
commit
70a3941919
@ -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.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
|
# 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
|
||||||
|
|
||||||
|
@ -13,3 +13,10 @@ innodb.innodb_bug-13628249 : BUG#0
|
|||||||
|
|
||||||
# Failing since MySQL 8.0.28
|
# Failing since MySQL 8.0.28
|
||||||
main.func_unixtime_64bits : BUG#0
|
main.func_unixtime_64bits : BUG#0
|
||||||
|
|
||||||
|
# Fails since 8.0.30
|
||||||
|
federated.federated_server : BUG#0
|
||||||
|
rpl_gtid.rpl_mixed_temp_table_stored_function : BUG#0
|
||||||
|
rpl_gtid.rpl_multi_source_mtr_includes : BUG#0
|
||||||
|
clone.local_dml_auto_tune : BUG#0
|
||||||
|
clone.remote_dml_auto_tune : BUG#0
|
||||||
|
@ -53,3 +53,6 @@ rpl.rpl_auto_increment_myisam : BUG#0
|
|||||||
# Failing since MySQL 8.0.29
|
# Failing since MySQL 8.0.29
|
||||||
main.mysqlpump_bugs : BUG#0
|
main.mysqlpump_bugs : BUG#0
|
||||||
main.slow_log : BUG#0
|
main.slow_log : BUG#0
|
||||||
|
|
||||||
|
# Failing on x86_64, i686 since MySQL 8.0.30
|
||||||
|
innodb.check_sector_size : BUG#0
|
||||||
|
@ -1,2 +1,10 @@
|
|||||||
# 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+
|
||||||
|
|
||||||
|
# Fails since 8.0.30
|
||||||
|
federated.federated_server : BUG#0
|
||||||
|
rpl_gtid.rpl_mixed_temp_table_stored_function : BUG#0
|
||||||
|
rpl_gtid.rpl_multi_source_mtr_includes : BUG#0
|
||||||
|
rpl.rpl_innodb_bug28430 : BUG#0
|
||||||
|
clone.local_dml_auto_tune : BUG#0
|
||||||
|
clone.remote_dml_auto_tune : BUG#0
|
||||||
|
@ -32,3 +32,9 @@ gis.st_symdifference : BUG#0
|
|||||||
main.subquery_sj_mat_bka_nobnl : BUG#0 failing since 8.0.24 on F32+
|
main.subquery_sj_mat_bka_nobnl : BUG#0 failing since 8.0.24 on F32+
|
||||||
main.derived_limit : BUG#0 failing since 8.0.24 on F32+
|
main.derived_limit : BUG#0 failing since 8.0.24 on F32+
|
||||||
main.explain_tree : BUG#0 failing since 8.0.24 on F32+
|
main.explain_tree : BUG#0 failing since 8.0.24 on F32+
|
||||||
|
|
||||||
|
# Fails since 8.0.30
|
||||||
|
rpl_gtid.rpl_mixed_temp_table_stored_function : BUG#0
|
||||||
|
rpl_gtid.rpl_multi_source_mtr_includes : BUG#0
|
||||||
|
clone.local_dml_auto_tune : BUG#0
|
||||||
|
clone.remote_dml_auto_tune : BUG#0
|
||||||
|
Loading…
Reference in New Issue
Block a user