Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e5b36af2
Commit
e5b36af2
authored
May 23, 2011
by
Anitha Gopi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced all bug numbers with Oracle bugDB numbers
parent
032a32c8
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
31 deletions
+33
-31
mysql-test/collections/default.experimental
mysql-test/collections/default.experimental
+16
-14
mysql-test/suite/binlog/t/disabled.def
mysql-test/suite/binlog/t/disabled.def
+2
-2
mysql-test/suite/federated/disabled.def
mysql-test/suite/federated/disabled.def
+1
-1
mysql-test/suite/rpl/t/disabled.def
mysql-test/suite/rpl/t/disabled.def
+3
-3
mysql-test/suite/sys_vars/t/disabled.def
mysql-test/suite/sys_vars/t/disabled.def
+5
-5
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+6
-6
No files found.
mysql-test/collections/default.experimental
View file @
e5b36af2
...
...
@@ -6,21 +6,23 @@ binlog.binlog_bug23533 # skozlov: BUG#12371924
funcs_1.charset_collation_1 # depends on compile-time decisions
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.lock_multi_bug38499 # Bug#47448 2009-09-19 alik main.lock_multi_bug38499 times out sporadically
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
main.func_math @freebsd # Bug#11751977 2010-05-04 alik main.func_math fails on FreeBSD in PB2
main.gis-rtree @freebsd # Bug#11749418 2010-05-04 alik test cases gis-rtree, type_float, type_newdecimal fail in embedded server
main.lock_multi_bug38499 # Bug#11755645 2009-09-19 alik main.lock_multi_bug38499 times out sporadically
main.outfile_loaddata @solaris # Bug#11755168 2010-01-20 alik Test "outfile_loaddata" fails (reproducible)
main.signal_demo3 @solaris # Bug#11755949 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun
main.sp @solaris # Bug#11755949 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun
main.type_float @freebsd # Bug#11749418 2010-05-04 alik test cases gis-rtree, type_float, type_newdecimal fail in embedded server
main.wait_timeout @solaris # Bug#11758972 2010-04-26 alik wait_timeout fails on OpenSolaris
rpl.rpl_innodb_bug28430 # Bug#11754425
rpl.rpl_bug37426 # WL#5867: skozlov: test case moved from unused bugs suite
rpl.rpl_heartbeat_basic # BUG#12403008 2011-04-27 sven fails sporadically
rpl.rpl_innodb_bug28430 # Bug#46029
rpl.rpl_show_slave_hosts # BUG#12416700 2011-05-02 sven fails sporadically
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.plugin_dir_basic # Bug#
52223
2010-11-24 alik Test "plugin_dir_basic" does not support RPM build (test) directory structure
sys_vars.wait_timeout_func # Bug#
4125
5 2010-04-26 alik wait_timeout_func fails
sys_vars.max_sp_recursion_depth_func @solaris # Bug#
11755949
2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun
sys_vars.plugin_dir_basic # Bug#
11759877
2010-11-24 alik Test "plugin_dir_basic" does not support RPM build (test) directory structure
sys_vars.wait_timeout_func # Bug#
1175064
5 2010-04-26 alik wait_timeout_func fails
# BUG #59055 : All ndb tests should be removed from the repository
# Leaving the sys_vars tests for now. sys_vars.all_vars.test fails on removing ndb tests
...
...
@@ -29,6 +31,6 @@ sys_vars.have_ndbcluster_basic
sys_vars.ndb_log_updated_only_basic
sys_vars.rpl_init_slave_func # Bug#12535301 2011-05-09 andrei sys_vars.rpl_init_slave_func mismatches in daily-5.5
main.gis-rtree # svoj: due to BUG#
38965
main.type_float # svoj: due to BUG#
38965
main.type_newdecimal # svoj: due to BUG#
38965
main.gis-rtree # svoj: due to BUG#
11749418
main.type_float # svoj: due to BUG#
11749418
main.type_newdecimal # svoj: due to BUG#
11749418
mysql-test/suite/binlog/t/disabled.def
View file @
e5b36af2
...
...
@@ -9,5 +9,5 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
binlog_truncate_innodb : BUG#
57291
2010-10-20 anitha Originally disabled due to BUG#42643. Product bug fixed, but test changes needed
binlog_spurious_ddl_errors : BUG#
54195
2010-06-03 alik binlog_spurious_ddl_errors.test fails, thus disabled
binlog_truncate_innodb : BUG#
11764459
2010-10-20 anitha Originally disabled due to BUG#42643. Product bug fixed, but test changes needed
binlog_spurious_ddl_errors : BUG#
11761680
2010-06-03 alik binlog_spurious_ddl_errors.test fails, thus disabled
mysql-test/suite/federated/disabled.def
View file @
e5b36af2
...
...
@@ -9,4 +9,4 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
federated_transactions : Bug#
29523
Transactions do not work
federated_transactions : Bug#
11746899
Transactions do not work
mysql-test/suite/rpl/t/disabled.def
View file @
e5b36af2
...
...
@@ -10,8 +10,8 @@
#
##############################################################################
rpl_row_create_table : Bug#
515
74 2010-02-27 andrei failed different way than earlier with bug#45576
rpl_spec_variables : BUG#
47661
2009-10-27 jasonh rpl_spec_variables fails on PB2 hpux
rpl_get_master_version_and_clock : Bug#
59178
Jan 05 2011 joro Valgrind warnings rpl_get_master_version_and_clock
rpl_row_create_table : Bug#
117592
74 2010-02-27 andrei failed different way than earlier with bug#45576
rpl_spec_variables : BUG#
11755836
2009-10-27 jasonh rpl_spec_variables fails on PB2 hpux
rpl_get_master_version_and_clock : Bug#
11766137
Jan 05 2011 joro Valgrind warnings rpl_get_master_version_and_clock
rpl_row_until : BUG#59543 Jan 26 2011 alfranio Replication test from eits suite rpl_row_until times out
rpl_stm_until : BUG#59543 Jan 26 2011 alfranio Replication test from eits suite rpl_row_until times out
mysql-test/suite/sys_vars/t/disabled.def
View file @
e5b36af2
...
...
@@ -9,9 +9,9 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
query_cache_size_basic_32 : Bug#
36747
: Allocating a large query cache is not deterministic
query_cache_size_basic_64 : Bug#
36747
: Allocating a large query cache is not deterministic
transaction_prealloc_size_basic_32 : Bug#
36747
transaction_prealloc_size_basic_64 : Bug#
36747
#thread_cache_size_func : Bug#
40575
: 2008-11-07 joro main.thread_cache_size_func fails in pushbuild when run with pool of threads
query_cache_size_basic_32 : Bug#
11748572
: Allocating a large query cache is not deterministic
query_cache_size_basic_64 : Bug#
11748572
: Allocating a large query cache is not deterministic
transaction_prealloc_size_basic_32 : Bug#
11748572
transaction_prealloc_size_basic_64 : Bug#
11748572
#thread_cache_size_func : Bug#
11750172
: 2008-11-07 joro main.thread_cache_size_func fails in pushbuild when run with pool of threads
mysql-test/t/disabled.def
View file @
e5b36af2
...
...
@@ -9,11 +9,11 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
lowercase_table3 : Bug#
54845
2010-06-30 alik main.lowercase_table3 on Mac OSX
lowercase_table3 : Bug#
11762269
2010-06-30 alik main.lowercase_table3 on Mac OSX
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
log_tables-big : Bug#
48646
2010-11-15 mattiasj report already exists
read_many_rows_innodb : Bug#
37635
2010-11-15 mattiasj report already exists
sum_distinct-big : Bug#
56927
2010-11-15 mattiasj was not tested
alter_table-big : Bug#
37248
2010-11-15 mattiasj was not tested
create-big : Bug#
37248
2010-11-15 mattiasj was not tested
log_tables-big : Bug#
11756699
2010-11-15 mattiasj report already exists
read_many_rows_innodb : Bug#
11748886
2010-11-15 mattiasj report already exists
sum_distinct-big : Bug#
11764126
2010-11-15 mattiasj was not tested
alter_table-big : Bug#
11748731
2010-11-15 mattiasj was not tested
create-big : Bug#
11748731
2010-11-15 mattiasj was not tested
archive-big : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment