diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-01-27 22:53:45 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-01-27 22:53:45 +0300 |
commit | 8d4a8427298fdbf4be74712036fb8b2d172a1824 (patch) | |
tree | 7ce3d5b84e9be9ab364e75c4f810be429e551cc4 /mysql-test/collections/default.daily | |
parent | f8a5a1284b4e37ce2b5ab9ef8dfba8522366bd11 (diff) | |
download | mariadb-git-8d4a8427298fdbf4be74712036fb8b2d172a1824.tar.gz |
Enable all active test suites for daily testing in next-mr and 6.0.
Diffstat (limited to 'mysql-test/collections/default.daily')
-rw-r--r-- | mysql-test/collections/default.daily | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/collections/default.daily b/mysql-test/collections/default.daily index 56714662b8f..52af68328c4 100644 --- a/mysql-test/collections/default.daily +++ b/mysql-test/collections/default.daily @@ -1 +1,4 @@ -perl mysql-test-run.pl --timer --force --comment=rpl_ndb_row --vardir=var-rpl_ndb_row --suite=rpl_ndb,ndb --mysqld=--binlog-format=row --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collections/default.experimental --comment=n_mix --vardir=var-n_mix --mysqld=--binlog-format=mixed +perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collections/default.experimental --comment=ps_row --vardir=var-ps_row --ps-protocol --mysqld=--binlog-format=row +perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collections/default.experimental --comment=embedded --vardir=var-emebbed --embedded +perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collections/default.experimental --comment=funcs_1 --vardir=var-funcs_1 --suite=funcs_1 |