Skip to content

Commit 6f0b621

Browse files
ottokcvicentiu
authored andcommitted
Temporarily disable tests permanently failing on 10.5
This are filed as issues so I trust these will not be forgotten: - MDEV-20372 - MDEV-21965 - MDEV-21968 - MDEV-22119 Having these tests fail the MTR permanently decreases the overall quality of the software as: - developers start neglecting the results from CI systems and do not spot the new regressions their changes introduce - reviews take many hours as a diligent reviewer needs to open all build logs that are failing, see what is failing, and check if those are new failures or not – alternatively reviewers stop looking at CI altogether It is better to disable these test now and prioritize the MDEVs for the test failure bugs than keep the MTR red and allow more test failures to creep in.
1 parent e4d9ee0 commit 6f0b621

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mysql-test/unstable-tests

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ main.host_cache_size_functionality : MDEV-10606 - sporadic failure on shutdow
7878
main.index_intersect_innodb : MDEV-10643 - failed with timeout
7979
main.index_merge_innodb : MDEV-7142 - Plan mismatch
8080
main.innodb_icp : MDEV-20168 - Wrong execution plans
81+
main.innodb_ext_key : MDEV-22119 - fails with NULL values
8182
main.innodb_mysql_lock : MDEV-7861 - Wrong result
8283
main.insert_debug : Added in 10.4.12
8384
main.ipv4_and_ipv6 : MDEV-20964 - Wrong result
@@ -172,7 +173,10 @@ main.status : MDEV-13255 - Wrong result
172173
main.subselect : MDEV-20551 - Valgrind failure
173174
main.subselect_innodb : MDEV-10614 - Wrong result
174175
main.tc_heuristic_recover : MDEV-14189 - Wrong result
176+
main.thread_pool_info : MDEV-20372 - thread_pool_info fails randomly in 10.5
175177
main.timezone2 : Modified in 10.4.12
178+
main.tls_version : MDEV-21965 - old TLS versions don't work on latest Debian and Ubuntu releases
179+
main.tls_version1 : MDEV-21965 - old TLS versions don't work on latest Debian and Ubuntu releases
176180
main.type_blob : MDEV-15195 - Wrong result
177181
main.type_datetime : Modified in 10.4.12
178182
main.type_datetime_hires : MDEV-10687 - Timeout
@@ -188,6 +192,7 @@ main.wait_timeout : MDEV-19023 - Lost connection to MySQL se
188192
main.warnings_debug : Modified in 10.4.12
189193
main.win : Modified in 10.4.12
190194
main.xa : MDEV-11769 - lock wait timeout
195+
main.xml : MDEV-21968 - mysql crashes on test main.xml on arch armhf
191196

192197
#-----------------------------------------------------------------------
193198

0 commit comments

Comments
 (0)