summaryrefslogtreecommitdiff
path: root/mysql-test/collections/default.experimental
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge from mysql-5.5.9-releaseJonathan Perkin2011-02-081-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | mergeGeorgi Kodinov2011-01-121-2/+0
| |\ \ \
| * | | | Bug #59148 - made tests experimentalGeorgi Kodinov2011-01-101-0/+5
| | | | |
* | | | | Bug#52208 - Removed main.gis from experimental groupAnitha Gopi2011-02-081-1/+0
| |_|/ / |/| | |
* | | | Bug#47449: This problem not seen in PB2. Remove from experimental groupAnitha Gopi2011-01-181-1/+0
| | | |
* | | | Bug #55509 : main.lowercase_table2 fails on Mac OSX (again)Georgi Kodinov2011-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | The test passes on MacOSX. removing it from the experimental list.
* | | | merge from 5.5 mainBjorn Munch2011-01-121-2/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Bug#47792 : Moving test out of disabled state since the problem is not seen ↵Anitha Gopi2011-01-111-1/+0
| | | | | | | | | | | | | | | | anymore
| * | | The fix for Bug#58414 affecting the test show_check is pushed.Matthias Leich2011-01-101-1/+0
| |/ / | | | | | | | | | Remove the test from defaults.experimental.
* | | upmerge 58896,58900,59002Bjorn Munch2011-01-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * Bug #58896 MTR should recognise combinations as experimental without needing ↵Bjorn Munch2011-01-111-1/+1
| | | | | | | | | | | | | | | | wildcards Added a pattern match to cover combinations Added to readme file
* | merge from 5.1; now this test is not experimental anymoreGuilhem Bichot2010-12-311-1/+0
|\ \ | |/
| * Fixed bug numbers in disabled.def filesAnitha Gopi2010-10-271-2/+0
| |
* | Test main.log_tables was unmarked as experimental.Dmitry Shulga2010-12-301-1/+0
| |
* | Bug #59055 : Remove ndb tests from repository. Removal of tests from ↵Anitha Gopi2010-12-201-51/+2
| | | | | | | | sys_vars is pending. It has some issues that are yet to be resolved
* | - Fix changelog (remove duplicated entry)Alexander Nozdrin2010-11-241-0/+1
| | | | | | | | - Mark main.gis experimental
* | Mark a couple of tests experimental.Alexander Nozdrin2010-11-241-0/+2
| |
* | Remove rpl_killed_ddl.test from experimental after fixed BUG#47638He Zhenxing2010-11-071-1/+0
| |
* | Re-enabled rpl.rpl_innodb_bug30888.unknown2010-11-011-1/+0
| |
* | Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-10-071-1/+0
|\ \ | | | | | | | | | No conflicts
| * | Fixed bug#45445 - cannot execute procedures with thread_stackDmitry Shulga2010-10-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set to 128k. mysql-test/collections/default.experimental: Re-enabled test rpl.rpl_row_sp011*. sql/sp_head.cc: sp_head::execute() modified: pass constant value 2 * STACK_MIN_SIZE instead of 8 * STACK_MIN_SIZE as a second argument value in call to check_stack_overrun.
* | | BUG#52202: mysqlbinlog_row* fail in daily-trunk on Sol10 Luis Soares2010-10-061-3/+0
|/ / | | | | | | | | | | | | x86_64 debug_max Removed test cases affected by this bug from experimental list.
* | mergeMattias Jonsson2010-10-011-2/+0
|\ \
| * | Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" ↵Mattias Jonsson2010-09-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | partitioning output Update to previous patch according to reviewers comments. Removing parts.partition_alter4_innodb from default.experimental (Also closed bug#45299 as a duplicate of bug#56659 as a result of this.) Adding run of tests requiring --big-test flag to default.weekly to keep the coverage. mysql-test/collections/default.experimental: Removed partition_alter4_innodb since it now requires --big-test flag to run since it is very time consuming. mysql-test/collections/default.weekly: Added run of test that require --big-test flag, to be run on weekly basis.
* | | mergeGeorgi Kodinov2010-09-291-0/+3
|\ \ \ | |/ / |/| |
| * | Automerge.Ramil Kalimullin2010-09-091-0/+3
| |\ \ | | |/
| | * main.gis-rtree, main.type_float and main.type_newdecimalSergey Vojtovich2010-09-081-0/+3
| | | | | | | | | | | | | | | | | | were marked as experimental due to BUG38965.
| | * Merge mysql-5.1-innodb -> mysql-5.1-bugteamVasil Dimov2010-08-281-0/+2
| | |\
| | | * Disable all innodb_plugin tests on Solaris until the problem is resolved.Vasil Dimov2010-08-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Track this via: Bug#56063 InnoDB Plugin mysql-tests fail on Solaris
* | | | Disable mysqlhotcopy* test cases due to Bug 54129.Alexander Nozdrin2010-08-311-2/+0
|/ / /
* | | mergeGeorgi Kodinov2010-08-051-2/+0
|\ \ \ | |/ /
| * | Bug #42144: plugin_load failsGeorgi Kodinov2010-08-031-1/+0
| |/ | | | | | | | | | | | | | | | | | | | | The enum system variables were handled inconsistently as ints, unsigned int and unsigned long on various places. This caused problems on platforms on which sizeof(int) != sizeof(long). Fixed by homogenizing the type of the enum variables to unsigned int, since it's size compatible with the C enum type. Removed the test from the experimental list.
* | Merge of fix for Bug#53102 perfschema.pfs_upgrade fails on sol10 sparc64 max ↵Matthias Leich2010-07-261-1/+0
|\ \ | | | | | | | | | | | | | | | in parallel mode into actual tree. No conflicts.
* | | Make lowercase_table2 experimental due to Bug 55509.Alexander Nozdrin2010-07-261-0/+1
|/ /
* | Mark parts.partition_alter4_innodb experimental due to Bug 45299.Alexander Nozdrin2010-06-281-0/+1
| |
* | Make few tests experimental.Alexander Nozdrin2010-06-261-1/+2
| |
* | Bug#52208: gis fails on some platforms (Solaris, HP-UX, Linux)Alexey Kopytov2010-06-151-1/+0
|\ \ | |/ | | | | | | | | | | | | On [Open]Solaris/x86 the FPU was not switched to 64-bit double precision mode when the server binary was built with Sun Studio. That caused GIS test failures due to differences in expected and actual results.
* | Make perfschema.pfs_upgrade and sys_vars.wait_timeout_func experimental.Alexander Nozdrin2010-06-151-1/+3
| |
* | mergeGeorgi Kodinov2010-06-041-0/+2
|\ \ | |/
| * Patch for bug#52913 including all review results and changes of date format.Horst.Hunger2010-06-031-0/+2
| |
| * Bug#40928 : make main.func_str experimental on SolarisGeorgi Kodinov2010-06-011-0/+1
| |
| * Bug #54138 : making main.sp and rpl.rpl_row_sp011 experimental on solarisGeorgi Kodinov2010-06-011-0/+2
| |
| * Made outfile_testdata experimental in 5.1-bugteam, pending theGeorgi Kodinov2010-02-011-0/+1
| | | | | | | | | | resulution of bug #46895.
* | Make innodb.innodb_information_schema experimental due to Bug 48883.Alexander Nozdrin2010-05-111-0/+2
| |
* | Mark 3 test cases experimental on FreeBSD due to Bug 43020, Bug 38965.Alexander Nozdrin2010-05-041-0/+3
| |
* | Patch for Bug#52356: query_cache_debug fails on Linux.Alexander Nozdrin2010-04-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were two problems here: 1. misleading error message 2. abusing KILL QUERY in the test case 1. The server reported "'DELETE FROM t1' failed: 1689: Wait on a lock was aborted due to a pending exclusive lock", while the proper error message should be "'DELETE FROM t1' failed: 1317: Query execution was interrupted". The problem is that the server has two different flags for signalling that a query is being killed: THD::killed and mysys_var::abort. The test case triggers a race: sometimes mysys_var::abort is set earlier than THD::killed. That leads to the following situation: - thr_lock() checks mysys_var::abort and returns error status, since mysys_var::abort is set; - the caller (mysql_lock_tables()) gets an error from thr_lock(), but THD::killed is not set, so it decides that thr_lock() couldn't get a lock due to a pending exclusive lock. This is a known issue with the server and it's not going to be fixed soon. 5.5 differs from 5.1 here as follows: when thr_lock() returns an error: - 5.1 continues trying thr_lock() until success; - 5.5 propagates the error 2. The test case uses KILL QUERY is a highly concurent environment. The fix is to wait for the dying statement to rest in peace before executing another DELETE FROM t1.
* | Making few tests experimental as they fail on Open Solaris constantly.Alexander Nozdrin2010-04-261-0/+3
| |
* | Make main.query_cache_debug experimental on Linux due to Bug 52356.Alexander Nozdrin2010-04-101-0/+1
| |
* | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-3/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Text conflict in client/mysqlbinlog.cc Text conflict in mysql-test/Makefile.am Text conflict in mysql-test/collections/default.daily Text conflict in mysql-test/r/mysqlbinlog_row_innodb.result Text conflict in mysql-test/suite/rpl/r/rpl_typeconv_innodb.result Text conflict in mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test Text conflict in mysql-test/suite/rpl/t/rpl_row_create_table.test Text conflict in mysql-test/suite/rpl/t/rpl_slave_skip.test Text conflict in mysql-test/suite/rpl/t/rpl_typeconv_innodb.test Text conflict in mysys/charset.c Text conflict in sql/field.cc Text conflict in sql/field.h Text conflict in sql/item.h Text conflict in sql/item_func.cc Text conflict in sql/log.cc Text conflict in sql/log_event.cc Text conflict in sql/log_event_old.cc Text conflict in sql/mysqld.cc Text conflict in sql/rpl_utility.cc Text conflict in sql/rpl_utility.h Text conflict in sql/set_var.cc Text conflict in sql/share/Makefile.am Text conflict in sql/sql_delete.cc Text conflict in sql/sql_plugin.cc Text conflict in sql/sql_select.cc Text conflict in sql/sql_table.cc Text conflict in storage/example/ha_example.h Text conflict in storage/federated/ha_federated.cc Text conflict in storage/myisammrg/ha_myisammrg.cc Text conflict in storage/myisammrg/myrg_open.c
| * | Make mysqlbinlog_row, mysqlbinlog_row_innodb and mysqlbinlog_row_myisamAlexander Nozdrin2010-03-221-0/+3
| | | | | | | | | | | | experimental due to Bug 52202.