diff options
author | Satya B <satya.bn@sun.com> | 2009-12-02 15:17:49 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-12-02 15:17:49 +0530 |
commit | 21247ae615a50112668d42cf13c6ebb43bd12c06 (patch) | |
tree | f9c8e641c10c337b5423a3eb73c98e84c2f5b6ed | |
parent | 8ef321d1b7450d52cbdec8c16a19e6804b9f1b5b (diff) | |
download | mariadb-git-21247ae615a50112668d42cf13c6ebb43bd12c06.tar.gz |
Disable the test case innodb-autonic.test until BUG#49267 is fixedclone-5.1.42-build
Add the test to disabled list and remove from the experimental list.
-rw-r--r-- | mysql-test/collections/default.experimental | 1 | ||||
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/collections/default.experimental b/mysql-test/collections/default.experimental index 49a0fd8c58c..5f3b7251ce1 100644 --- a/mysql-test/collections/default.experimental +++ b/mysql-test/collections/default.experimental @@ -13,7 +13,6 @@ funcs_1.ndb* # joro : NDB tests marked as experiment funcs_2.ndb_charset # joro : NDB tests marked as experimental as agreed with bochklin main.ctype_gbk_binlog @solaris # Bug#46010: main.ctype_gbk_binlog fails sporadically : Table 't2' already exists -main.innodb-autoinc* # Bug#47809 2009-10-04 joro innodb-autoinc.test fails with valgrind errors with the innodb plugin main.plugin_load @solaris # Bug#42144 ndb.* # joro : NDB tests marked as experimental as agreed with bochklin diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 06d3dbb4e57..378b810fcbb 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -12,3 +12,4 @@ kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild. query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2 +innodb-autoinc : Bug#49267 2009-12-02 test fails on windows because of different case mode |