From 50e5fb4dfe0b84e02f6e67acd23c1b01995c8db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Dor=C5=88=C3=A1k?= Date: Sat, 14 Nov 2015 18:06:21 +0100 Subject: [PATCH] skip tests that randomly fail --- community-mysql.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index 0e7cf75..9dad6d6 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -408,6 +408,11 @@ add_test 'gis.spatial_operators_intersection : fails in 5.7.9' add_test 'gis.spatial_operators_symdifference : fails in 5.7.9' add_test 'main.datadir_permission : fails in 5.7.9' add_test 'main.events_1 : fails in 5.7.9' +# these tests fail in 5.7.9 randomly +add_test 'sysschema.fn_ps_thread_trx_info : randomly fails in 5.7.9' +add_test 'test_service_sql_api.test_sql_shutdown : randomly fails in 5.7.9' +add_test 'main.mysqldump : randomly fails in 5.7.9' +add_test 'perfschema.memory_aggregate_no_a_no_u : randomly fails in 5.7.9' # Workaround for upstream bug #http://bugs.mysql.com/56342 rm -f t/ssl_8k_key-master.opt @@ -444,9 +449,11 @@ add_test 'test_service_sql_api.test_sql_sqlmode : fails in 5.7.9' add_test 'test_service_sql_api.test_sql_stored_procedures_functions : fails in 5.7.9' add_test 'test_service_sql_api.test_sql_views_triggers : fails in 5.7.9' add_test 'test_service_sql_api.test_sql_2_sessions : fails in 5.7.9' +# fails sometimes +add_test 'perfschema.func_mutex : fails in 5.7.9' +add_test 'main.xa_prepared_binlog_off : fails in 5.7.9' %endif - # Archs without hw performance counter, rh 741325 %ifarch aarch64 sparc64 add_test 'perfschema.func_file_io : rh 741325'