Update failing tests list for MySQL 8.0.28
This commit is contained in:
parent
5e41085542
commit
dd3ea12884
@ -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.27
|
%global last_tested_version 8.0.28
|
||||||
# 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
|
||||||
|
|
||||||
|
@ -8,12 +8,8 @@ perfschema.setup_objects : BUG#0 missing hw on 32-bit arm
|
|||||||
|
|
||||||
clone.remote_error_basic : BUG#0 fails since 8.0.19 on F32+, max_allowed_packet is 0
|
clone.remote_error_basic : BUG#0 fails since 8.0.19 on F32+, max_allowed_packet is 0
|
||||||
|
|
||||||
clone.remote_dml_auto_tune : BUG#0
|
# Fails consistently
|
||||||
|
|
||||||
# Unstable
|
|
||||||
clone.local_dml_auto_tune : BUG#0
|
|
||||||
innodb.innodb_bug-13628249 : BUG#0
|
innodb.innodb_bug-13628249 : BUG#0
|
||||||
main.grant_dynamic_flush : BUG#0
|
|
||||||
innodb.innodb_read_only : BUG#0
|
|
||||||
|
|
||||||
rpl_nogtid.rpl_mixed_mixing_engines : BUG#0 timeout after 1800 secs or armv7hl
|
# Failing since MySQL 8.0.28
|
||||||
|
main.func_unixtime_64bits : BUG#0
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
# Fails on all arches
|
|
||||||
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.explain_tree : BUG#0 failing since 8.0.24 on F32+
|
|
||||||
|
|
||||||
auth_sec.keyring_file_data_qa : BUG#0 failing on F32+
|
auth_sec.keyring_file_data_qa : BUG#0 failing on F32+
|
||||||
innodb.alter_kill : BUG#0 failing on F34+
|
innodb.alter_kill : BUG#0 failing on F34+
|
||||||
main.mtr_unit_tests : BUG#0 failing on F35+
|
main.mtr_unit_tests : BUG#0 failing on F35+
|
||||||
@ -11,8 +6,6 @@ main.mtr_unit_tests : BUG#0 failing on F35+
|
|||||||
# TLS 1.1 and older has been disabled by system-wide crypto-policies setting
|
# TLS 1.1 and older has been disabled by system-wide crypto-policies setting
|
||||||
# https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
|
# https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
|
||||||
# Tests pass when using legacy crypto-policies seetings
|
# Tests pass when using legacy crypto-policies seetings
|
||||||
auth_sec.tls12_tls1 : BUG#0 Expected to fail on F33+
|
|
||||||
auth_sec.tls13_tls1 : BUG#0 Expected to fail on F33+
|
|
||||||
x.connection_tls_version : BUG#0 Expected to fail on F33+
|
x.connection_tls_version : BUG#0 Expected to fail on F33+
|
||||||
|
|
||||||
# We intentionaly compile in a different default value than the upstream
|
# We intentionaly compile in a different default value than the upstream
|
||||||
@ -23,9 +16,6 @@ main.mysql_load_data_local_dir : BUG#0 Intentional divergence from t
|
|||||||
|
|
||||||
# Unstable
|
# Unstable
|
||||||
innodb.innodb_force_recovery : BUG#0 unstable since 8.0.24 on F32+
|
innodb.innodb_force_recovery : BUG#0 unstable since 8.0.24 on F32+
|
||||||
clone.local_dml_auto_tune : BUG#0 unstable on x86_64 and i686
|
|
||||||
perfschema.threads_mysql : BUG#0 unstable on x86_64 and i686
|
|
||||||
rpl_gtid.rpl_multi_source_mtr_includes : BUG#0 unstable on x86_64 and i686
|
|
||||||
|
|
||||||
# Failing on 32-bit arches: armv7hl i686 s390x; since MySQL 8.0.25
|
# Failing on 32-bit arches: armv7hl i686 s390x; since MySQL 8.0.25
|
||||||
x.connection_unixsocket : BUG#0
|
x.connection_unixsocket : BUG#0
|
||||||
@ -51,3 +41,11 @@ x.connection_openssl_unixsocket : BUG#0
|
|||||||
innodb.innodb_read_only-2 : BUG#0
|
innodb.innodb_read_only-2 : BUG#0
|
||||||
# OpenSSL 3 - 100% failing tests on Fedora 36 - MySQL 8.0.27
|
# OpenSSL 3 - 100% failing tests on Fedora 36 - MySQL 8.0.27
|
||||||
auth_sec.openssl_without_fips : BUG#0
|
auth_sec.openssl_without_fips : BUG#0
|
||||||
|
|
||||||
|
# Failing since MySQL 8.0.28
|
||||||
|
innodb.trigger_function_lock_compare : BUG#0
|
||||||
|
main.func_math : BUG#0
|
||||||
|
main.index_merge_myisam : BUG#0
|
||||||
|
main.merge_myisam : BUG#0
|
||||||
|
main.parser_precedence : BUG#0
|
||||||
|
rpl.rpl_auto_increment_myisam : BUG#0
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
# 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+
|
||||||
|
|
||||||
|
@ -17,27 +17,18 @@ gis.gis_bugs_crashes : BUG#0
|
|||||||
gis.spatial_analysis_functions_buffer : BUG#0
|
gis.spatial_analysis_functions_buffer : BUG#0
|
||||||
gis.spatial_analysis_functions_centroid : BUG#0
|
gis.spatial_analysis_functions_centroid : BUG#0
|
||||||
gis.spatial_analysis_functions_distance : BUG#0
|
gis.spatial_analysis_functions_distance : BUG#0
|
||||||
gis.spatial_operators_intersection : BUG#0
|
|
||||||
gis.spatial_operators_union : BUG#0
|
|
||||||
gis.spatial_operators_symdifference : BUG#0
|
|
||||||
gis.spatial_op_testingfunc_mix : BUG#0
|
gis.spatial_op_testingfunc_mix : BUG#0
|
||||||
gis.spatial_utility_function_distance_sphere : BUG#0
|
gis.spatial_utility_function_distance_sphere : BUG#0
|
||||||
gis.spatial_utility_function_simplify : BUG#0
|
gis.spatial_utility_function_simplify : BUG#0
|
||||||
# Fails since 8.0.26
|
|
||||||
main.gis-precise : BUG#0
|
|
||||||
|
|
||||||
|
# Fails since 8.0.26
|
||||||
main.window_std_var : BUG#0
|
main.window_std_var : BUG#0
|
||||||
main.window_std_var_optimized : BUG#0
|
main.window_std_var_optimized : BUG#0
|
||||||
main.with_recursive : BUG#0
|
|
||||||
|
|
||||||
# Unstable
|
|
||||||
main.grant_dynamic_flush : BUG#0
|
|
||||||
|
|
||||||
# Unstable since 8.0.26
|
|
||||||
main.slow_log : BUG#0
|
|
||||||
innodb.innodb_read_only-2 : BUG#0
|
|
||||||
main.group_by : BUG#0
|
|
||||||
|
|
||||||
# Failing since 8.0.27
|
# Failing since 8.0.27
|
||||||
gis.st_symdifference : BUG#0
|
gis.st_symdifference : BUG#0
|
||||||
main.regular_expressions_utf-8 : BUG#0
|
|
||||||
|
# Since 8.0.28 fails only on s390x
|
||||||
|
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.explain_tree : BUG#0 failing since 8.0.24 on F32+
|
||||||
|
Loading…
Reference in New Issue
Block a user