summaryrefslogtreecommitdiff
path: root/mysql-test/collections/default.experimental
blob: 47167f0bf9649cbc6d71cdfa931c64a43532e114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# For easier human reading (MTR doesn't care), please keep entries
# in alphabetical order. This also helps with merge conflict resolution.

binlog.binlog_multi_engine               # joro : NDB tests marked as experimental as agreed with bochklin

funcs_1.charset_collation_1              # depends on compile-time decisions
funcs_1.myisam_views @solaris            # Bug#50595 2010-03-05 alik funcs_1.myisam_views takes longer time on 6.0 branch than 5.1 branch

innodb.innodb_information_schema         # Bug#48883 2010-05-11 alik Test "innodb_information_schema" takes fewer locks than expected

main.func_math @freebsd                  # Bug#43020 2010-05-04 alik main.func_math fails on FreeBSD in PB2
main.gis-rtree @freebsd                  # Bug#38965 2010-05-04 alik test cases gis-rtree, type_float, type_newdecimal fail in embedded server
main.information_schema                  # Bug#47449 2009-09-19 alik main.information_schema and innodb.innodb_information_schema fail sporadically
main.lock_multi_bug38499                 # Bug#47448 2009-09-19 alik main.lock_multi_bug38499 times out sporadically
main.lock_multi_bug38691 @solaris        # Bug#47792 2009-10-02 alik main.lock_multi_bug38691 times out sporadically on Solaris 10
main.log_tables                          # Bug#47924 2009-10-08 alik main.log_tables times out sporadically 
main.mysqlbinlog_row @solaris            # Bug#52202 2010-03-22 alik mysqlbinlog_row* fail in daily-trunk on Sol10 x86_64 debug_max
main.mysqlbinlog_row_innodb @solaris     # Bug#52202 2010-03-22 alik mysqlbinlog_row* fail in daily-trunk on Sol10 x86_64 debug_max
main.mysqlbinlog_row_myisam @solaris     # Bug#52202 2010-03-22 alik mysqlbinlog_row* fail in daily-trunk on Sol10 x86_64 debug_max
main.outfile_loaddata @solaris           # Bug#46895 2010-01-20 alik Test "outfile_loaddata" fails (reproducible)
main.plugin* @solaris                    # Bug#47146 Linking problem with example plugin when dtrace enabled
main.signal_demo3 @solaris               # Bug#47791 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun
main.sp @solaris                         # Bug#47791 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun
main.type_float @freebsd                 # Bug#38965 2010-05-04 alik test cases gis-rtree, type_float, type_newdecimal fail in embedded server
main.wait_timeout @solaris               # Bug#51244 2010-04-26 alik wait_timeout fails on OpenSolaris

parts.partition_alter4_innodb            # Bug#45299 2010-06-28 alik Test "partition_alter4_innodb" is taking too long, timeout
perfschema.pfs_upgrade                   # Bug#53102 2010-06-15 alik perfschema.pfs_upgrade fails on sol10 sparc64 max in parallel mode

rpl.rpl_heartbeat_basic                  # BUG#54820 2010-06-26 alik rpl.rpl_heartbeat_basic fails sporadically again
rpl.rpl_heartbeat_2slaves                # BUG#43828 2009-10-22 luis fails sporadically
rpl.rpl_innodb_bug28430*                 # Bug#46029
rpl.rpl_innodb_bug30888* @solaris        # Bug#47646 2009-09-25 alik rpl.rpl_innodb_bug30888 fails sporadically on Solaris
rpl.rpl_killed_ddl @windows              # Bug#47638 2010-01-20 alik The rpl_killed_ddl test fails on Windows
rpl.rpl_plugin_load*  @solaris           # Bug#47146
rpl.rpl_row_sp011* @solaris              # Bug#47791 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun

sys_vars.max_sp_recursion_depth_func @solaris # Bug#47791 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun
sys_vars.slow_query_log_func @solaris         # Bug#54819 2010-06-26 alik sys_vars.slow_query_log_func fails sporadically on Solaris 10
sys_vars.wait_timeout_func                    # Bug#41255 2010-04-26 alik wait_timeout_func fails

# Declare all NDB-tests in ndb and rpl_ndb test suites experimental.
# Usually the test cases from ndb and rpl_ndb test suites are not run in PB,
# but they run by gcov.
#

ndb.*
rpl_ndb.*
rpl_ndb.rpl_ndb_log                      # Bug#38998

# Declare all NDB-tests in other test suites experimental.

stress.ddl_ndb

sys_vars.ndb_log_update_as_write_basic
sys_vars.have_ndbcluster_basic
sys_vars.ndb_log_updated_only_basic

funcs_1.ndb_storedproc_10
funcs_1.ndb_bitdata
funcs_1.ndb_trig_03
funcs_1.ndb_trig_0102
funcs_1.is_tables_ndb
funcs_1.is_columns_ndb
funcs_1.ndb_trig_0407
funcs_1.ndb_trig_1011ext
funcs_1.ndb_storedproc_06
funcs_1.ndb_views
funcs_1.is_cml_ndb
funcs_1.ndb_storedproc_02
funcs_1.ndb_storedproc_03
funcs_1.ndb_trig_03e
funcs_1.is_engines_ndb
funcs_1.ndb_trig_08
funcs_1.ndb_storedproc_07
funcs_1.ndb_storedproc_08
funcs_1.ndb_func_view
funcs_1.ndb_trig_09
funcs_1.ndb_cursors

funcs_2.ndb_charset

parts.ndb_dd_backuprestore               # joro : NDB tests marked as experimental as agreed with bochklin
parts.part_supported_sql_func_ndb        # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_alter1_1_ndb             # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_alter1_1_2_ndb           # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_alter1_2_ndb             # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_auto_increment_ndb       # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_basic_ndb                # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_engine_ndb               # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_int_ndb                  # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_mgm_lc0_ndb              # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_mgm_lc1_ndb              # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_mgm_lc2_ndb              # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_syntax_ndb               # joro : NDB tests marked as experimental as agreed with bochklin
parts.partition_value_ndb                # joro : NDB tests marked as experimental as agreed with bochklin
main.mysqlhotcopy_myisam                 # horst: due to bug#54129
main.mysqlhotcopy_archive                # horst: due to bug#54129