1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql-test: allow suite.pm add its suite to the default list.

run tokudb suites by default.
mark big and slow tests tokudb.change_column_all_1000_1 and
tokudb.change_column_all_1000_10 test as --big
This commit is contained in:
Sergei Golubchik
2013-11-27 21:58:36 +01:00
parent 5e812ee03b
commit c2839e2cf2
10 changed files with 75 additions and 33 deletions

View File

@ -3,6 +3,7 @@
package My::Suite;
sub is_default { 0 }
sub config_files { () }
sub servers { () }
sub skip_combinations { () }