diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-05-28 13:02:03 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-05-28 13:02:03 +0200 |
commit | 4404b6a915a96104c327118cc6fafb43b59d9b96 (patch) | |
tree | 3941a05c93e576de4b5a7b8e91850d43044fec3e /mysql-test/collections | |
parent | 444bbe56f570e955910b6f545611adaa836cd54a (diff) | |
download | mariadb-git-4404b6a915a96104c327118cc6fafb43b59d9b96.tar.gz |
Bug #43659 MTR2 should report worker data for tests when using --parallel > 1
Adding "w# " before the test result
Also enable --parallel=2 so this can be tested.
Diffstat (limited to 'mysql-test/collections')
-rw-r--r-- | mysql-test/collections/default.push | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/collections/default.push b/mysql-test/collections/default.push index 0879b6fde2c..8a0ec4416c5 100644 --- a/mysql-test/collections/default.push +++ b/mysql-test/collections/default.push @@ -1,5 +1,5 @@ -perl mysql-test-run.pl --timer --force --comment=n_mix --mysqld=--binlog-format=mixed --experimental=collections/default.experimental -perl mysql-test-run.pl --timer --force --comment=ps_row --ps-protocol --mysqld=--binlog-format=row --experimental=collections/default.experimental -perl mysql-test-run.pl --timer --force --comment=embedded --embedded --experimental=collections/default.experimental -perl mysql-test-run.pl --timer --force --comment=rpl_binlog_row --suite=rpl,binlog --mysqld=--binlog-format=row --experimental=collections/default.experimental -perl mysql-test-run.pl --timer --force --comment=funcs_1 --suite=funcs_1 --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=2 --comment=n_mix --mysqld=--binlog-format=mixed --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=2 --comment=ps_row --ps-protocol --mysqld=--binlog-format=row --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=2 --comment=embedded --embedded --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=2 --comment=rpl_binlog_row --suite=rpl,binlog --mysqld=--binlog-format=row --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=2 --comment=funcs_1 --suite=funcs_1 --experimental=collections/default.experimental |