Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -1/+0 |
| | |||||
* | remove few obscure, unused, or misused mtr features | Sergei Golubchik | 2012-02-06 | 1 | -1/+0 |
| | |||||
* | Bug #57840 MTR: parallel execution breaks with smart ordering of test cases | Bjorn Munch | 2010-11-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | There were actually more problems in this area: Slaves (if any) were unconditionally restarted, this appears unnecessary. Sort criteria were suboptimal, included the test name. Added logic to "reserve" a sequence of tests with same config for one thread Got rid of sort_criteria hash, put it into the test case itself Adds little sanity check that expected worker picks up test Fixed some tests that may fail if starting on running server Some of these fail only if *same* test is repeated. Finally, special sorting of tests that do --force-restart | ||||
* | Test for mysqlbinlog | unknown | 2003-09-24 | 1 | -0/+1 |
Particularly for BUG#1340 mysqlbinlog coredumps when reading Exec event without seeing Create_file event before mysql-test/mysql-test-run.sh: Now mysqlbinlog will use proper temporary directory |