summaryrefslogtreecommitdiff
path: root/mysql-test/t/disabled.def
Commit message (Collapse)AuthorAgeFilesLines
* overlay support for mysql-test-run and mysqltestSergei Golubchik2012-02-231-19/+0
| | | | | | | | | | | | | | | | | | | | mysql-test-run auto-disables all optional plugins. mysql-test/include/default_client.cnf: no @OPT.plugindir anymore mysql-test/include/default_mysqld.cnf: don't disable plugins manually - mtr can do it better mysql-test/suite/innodb/t/innodb_bug47167.test: mtr now uses suite-dir as an include path mysql-test/suite/innodb/t/innodb_file_format.test: mtr now uses suite-dir as an include path mysql-test/t/partition_binlog.test: this test uses partitions storage/example/mysql-test/mtr/t/source.result: update results. as mysqltest includes the correct overlayed include storage/innobase/handler/ha_innodb.cc: the assert is wrong
* mysql-5.5 mergeSergei Golubchik2012-01-161-2/+0
|\
| * Bug#11748731:SOME 'BIG' TESTS FAILING ON 6.0 Sneha Modi2011-11-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A patch for alter_table-big.test has been committed earlier. This is a patch for create-big.test: The test used to time-out after 900 seconds. It relied on debug sleeps that are no longer present in the code. Since the sleeps are long gone, fixing the problem didn't involve just updating the result file or using macro "show_binlog_events2.inc" instead of "show binlog events" statement. The test needed to be rewritten using debug sync points, and result then needed to be updated. So, the sleeps have been replaced by debug_sync points and the test execution time has been reduced significantly.
| * Bug#11748731 - 37248: SOME 'BIG' TESTS FAILING ON 6.0:Sneha Modi2011-11-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | alter_treable-big.test was failing due to the use of RAND() function which is no more replication safe. This has been modified using static values. Also, 'sleep' has been replaced using 'debug_sync' and the execution time of the test has been reduced significantly. This test is now taken out of the disabled.def file and is being enabled.
* | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ | |/
| * Bug#12561297 : Disabled the testAnitha Gopi2011-07-141-0/+1
| |
* | Post-merge fixes: Fix problems in table_elim.test and enable it.Sergey Petrunya2011-10-271-1/+0
| |
* | Post-merge fixes:Sergey Petrunya2011-10-241-1/+0
| | | | | | | | | | | | - Fix derived_view.test to work, and enable it - Let subselect*.test do "DROP TABLE IF EXISTS" before they attempt to create the table.
* | Sergey Petrunya fixes for subselect* tests,Sergei Golubchik2011-10-221-5/+0
| | | | | | | | and other misc test fixes
* | merge with 5.3Sergei Golubchik2011-10-191-3/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
| * | MWL#89unknown2011-06-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Added regression test with queries over the WORLD database. - Discovered and fixed several bugs in the related cost calculation functionality both in the semijoin and non-semijon subquery code. - Added DBUG printing of the cost variables used to decide between IN-EXISTS and MATERIALIZATION.
| * | Merge with 5.3 mainMichael Widenius2011-05-161-0/+1
| |\ \
| | * \ MWL#89unknown2011-03-301-0/+1
| | |\ \ | | | | | | | | | | | | | | | Merge 5.3 with 5.3-mwl89.
| | | * | MWL#89unknown2011-02-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the tests for MWL#89 into two parts - one for bugs (currently active), and one for functionality tets (currently in progress, and thus disabled). Disable the test for LP BUG#718593.
| | * | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-0/+2
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed some issues with partitions and connection_string, which also fixed lp:716890 "Pre- and post-recovery crash in Aria" - Fixed wrong assert in Aria Now need to merge with latest xtradb before pushing sql/ha_partition.cc: Ensure that m_ordered_rec_buffer is not freed before close. sql/mysqld.cc: Changed to use opt_stack_trace instead of opt_pstack. Removed references to pstack sql/partition_element.h: Ensure that connect_string is initialized storage/maria/ma_key_recover.c: Fixed wrong assert
| | * | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-0/+2
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Open issues: - A better fix for #57688; Igor is working on this - Test failure in index_merge_innodb.test ; Igor promised to look at this - Some Innodb tests fails (need to merge with latest xtradb) ; Kristian promised to look at this. - Failing tests: innodb_plugin.innodb_bug56143 innodb_plugin.innodb_bug56632 innodb_plugin.innodb_bug56680 innodb_plugin.innodb_bug57255 - Werror is disabled; Should be enabled after merge with xtradb.
* | | | | | post-merge fixes.Sergei Golubchik2011-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | most tests pass. 5.3 merge is next
* | | | | | 5.5-mergeSergei Golubchik2011-07-021-8/+8
|\ \ \ \ \ \
| * | | | | | Bug#12561297 : Disable test main.mysql_embedded since it is failing on all ↵Anitha Gopi2011-06-151-0/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | platforms
| * | | | | Bug#12584161 - 43861: MAIN.QUERY_CACHE_28249 FAILS SPORADICALLYJon Olav Hauglid2011-06-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test case was failing on 5.5 and trunk for two reasons. 1) It waited for the "Waiting for table level lock" process state while this state was renamed "Waiting for table metadata lock" with the introduction of MDL in 5.5. 2) SET GLOBAL query_cache_size= 100000; gave a warning since query_cache_size is supposed to be multiples of 1024. This patch fixes these two issues and re-enables the test case.
| * | | | | Bug#11756699 : Move test to disabled groupAnitha Gopi2011-06-031-0/+1
| | | | | |
| * | | | | Fixed formatting in disabled.defAnitha Gopi2011-05-251-1/+1
| | | | | |
| * | | | | Bug#12584161 : Test is failing consistently. Move nack to disabled listAnitha Gopi2011-05-251-0/+1
| | | | | |
| * | | | | Upmerge from 5.1Anitha Gopi2011-05-241-1/+0
| |\ \ \ \ \
| | * | | | | Bug#11756699: Move test from disabled to experimental groupAnitha Gopi2011-05-241-1/+0
| | | | | | |
| * | | | | | Bug#12584161 - Up merge from 5.1Anitha Gopi2011-05-241-1/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Bug#12584161 - Moved test from disabled to experimental groupAnitha Gopi2011-05-241-1/+0
| | |/ / / /
| * | | | | Replaced all bug numbers with Oracle bugDB numbersAnitha Gopi2011-05-231-6/+6
| | | | | |
| * | | | | Bug11817185# : Disabled MAIN.ARCHIVE-BIG.TESTAnitha Gopi2011-03-101-0/+1
| | | | | |
| * | | | | Merge fix for bug 56817 from mysql-5.1 to mysql-5.5.John H. Embretsen2011-01-291-2/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix for Bug#56817 - mysqlhotcopy tests fail when DBI and DBD-mysql perl ↵John H. Embretsen2011-01-291-2/+0
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules are not found Third updated patch - this version also includes copyright notice in added Perl script. This patch implements a check for such modules at runtime. If modules are not found or unable to load, the test is skipped with the following message: [ skipped ] Test needs Perl modules DBI and DBD::mysql Checks are done via a helper Perl script which looks for the module in a runtime environment that is as similar to that of the mysqlhotcopy script as possible (thus not intended for Windows environments at this time). The helper script tells mysql-test about the result by writing information to a temporary file that is later read by mysql-test. See comments in added files (have_dbi_dbd-mysql.inc and checkDBI_DBD-mysql.pl) for details. The patch also removes the mysqlhotcopy tests from the list of disabled tests.
| * | | | Bug #59055 : Remove ndb tests from repository. Removal of tests from ↵Anitha Gopi2010-12-201-1/+0
| | | | | | | | | | | | | | | | | | | | sys_vars is pending. It has some issues that are yet to be resolved
| * | | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-161-0/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | No conflicts
| | * | | | disabled main.create-big as pre-push fixMattias Jonsson2010-11-161-0/+1
| | | | | |
| | * | | | Manual merge of bug#58197 to mysql-5.5.Mattias Jonsson2010-11-161-0/+4
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Including adding test in 5.5 requiring --big-test flag from mysql-test-run.pl and also disabled tests that fails. mysql-test/collections/default.weekly: Added all tests requiring --big-test in alphabetical order mysql-test/r/information_schema-big.result: Updated result mysql-test/r/variables-big.result: updated results mysql-test/t/disabled.def: Added tests that fails (has not been run regularly since they need --big-test)
| | | * | | Bug#58197: main.variables-big fails on windowsMattias Jonsson2010-11-151-0/+2
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test result differs on windows, since it writes out 'localhost:<port>' instead of only 'localhost', since it uses tcp/ip instead of unix sockets on windows. Fixed by replacing that column. Also requires --big-test from some long running tests and added a weekly run of all test requiring --big-test. mysql-test/collections/default.weekly: Added a run of big-test (already exists in 5.5). mysql-test/r/variables-big.result: Updated results mysql-test/suite/parts/t/part_supported_sql_func_innodb.test: requiring --big-test since the test takes long time mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test: requiring --big-test since the test takes long time mysql-test/suite/parts/t/partition_alter1_2_innodb.test: requiring --big-test since the test takes long time mysql-test/suite/parts/t/partition_alter4_innodb.test: requiring --big-test since the test takes long time mysql-test/t/disabled.def: Disabled two tests since they fail and was already reported as bugs (but was never run since they requires --big-test flag). mysql-test/t/variables-big.test: Replacing column 3 in process list since it is not the same on windows as in unix.
| | | * | Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-10-271-2/+2
| | | |\ \
| * | | \ \ Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-10-291-3/+2
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | No conflicts
| | * | | | Up merge revision 3547 from 5.1. Enable sp_sync test since Bug 48157 is fixedAnitha Gopi2010-10-271-3/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fixed bug numbers in disabled.def filesAnitha Gopi2010-10-271-2/+3
| | | | | |
| * | | | | Bug#37780: Make KILL reliable (main.kill fails randomly)Davi Arnaut2010-10-221-1/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - A prerequisite cleanup patch for making KILL reliable. The test case main.kill did not work reliably. The following problems have been identified: 1. A kill signal could go lost if it came in, short before a thread went reading on the client connection. 2. A kill signal could go lost if it came in, short before a thread went waiting on a condition variable. These problems have been solved as follows. Please see also added code comments for more details. 1. There is no safe way to detect, when a thread enters the blocking state of a read(2) or recv(2) system call, where it can be interrupted by a signal. Hence it is not possible to wait for the right moment to send a kill signal. It has been decided, not to fix it in the code. Instead, the test case repeats the KILL statement until the connection terminates. 2. Before waiting on a condition variable, we register it together with a synchronizating mutex in THD::mysys_var. After this, we need to test THD::killed again. At some places we did only test it in a loop condition before the registration. When THD::killed had been set between this test and the registration, we entered waiting without noticing the killed flag. Additional checks ahve been introduced where required. In addition to the above, a re-write of the main.kill test case has been done. All sleeps have been replaced by Debug Sync Facility synchronization. A couple of sync points have been added to the server code. To avoid further problems, if the test case fails in spite of the fixes, the test case has been added to the "experimental" list for now. - Most of the work on this patch is authored by Ingo Struewing mysql-test/t/kill.test: Re-wrote test case to use Debug Sync points instead of sleeps sql/event_queue.cc: Fixed kill detection in Event_queue::cond_wait() by adding a check after enter_cond(). sql/lock.cc: Moved Debug Sync points behind enter_cond(). Fixed comments. sql/slave.cc: Fixed kill detection in start_slave_thread() by adding a check after enter_cond(). sql/sql_class.cc: Swapped order of kill and close in THD::awake(). Added comments. sql/sql_class.h: Added a comment to THD::killed. sql/sql_parse.cc: Added a sync point in do_command(). sql/sql_select.cc: Added a sync point in JOIN::optimize().
| * | | | Merge from mysql-5.1-innodb to mysql-5.5-innodbJimmy Yang2010-10-111-1/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Enable partition_innodb_plugin after Bug#53307 has been fixedVasil Dimov2010-10-051-1/+0
| | |/ /
* | | | lots of post-merge changesSergei Golubchik2011-04-251-0/+1
| | | |
* | | | merge.Sergei Golubchik2010-11-251-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | checkpoint. does not compile.
| * | Disable events_time_zone.test as test is not predictableMichael Widenius2010-08-121-0/+1
| |/
* | Bug #55966: "plugin" tests fail in 5.5Mats Kindahl2010-09-061-3/+0
| | | | | | | | | | | | | | | | | | | | | | On Solaris with version 3.4.6, the ha_example.so shared library is built with DTrace and the server is built without DTrace support. This occurs because dtrace.cmake disables DTrace support for 3.4.6, but still set HAVE_DTRACE, which causes probes_mysql.h to include probes_mysql_dtrace.h instead of probes_mysql_nodtrace.h. This patch fixes this by not setting HAVE_DTRACE on Solaris for GCC 3.4.6.
* | Disable mysqlhotcopy* test cases due to Bug 54129.Alexander Nozdrin2010-08-311-0/+2
| |
* | Bug#54129 Missing the execute bit for scriptsAlexey Botchkov2010-08-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files for cmake had some minor bugs causing this. per-file comments: mysql-test/CMakeLists.txt Bug#54129 Missing the execute bit for scripts use same permissions as in the source folder mysql-test/t/disabled.def Bug#54129 Missing the execute bit for scripts mysqlhotcopy tests enabled scripts/CMakeLists.txt Bug#54129 Missing the execute bit for scripts chmod +x for the script files
* | Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-1/+3
|\ \