summaryrefslogtreecommitdiff
path: root/mysql-test/collections/default.push
diff options
context:
space:
mode:
authorDaniel Fischer <df@sun.com>2009-02-24 12:53:34 +0100
committerDaniel Fischer <df@sun.com>2009-02-24 12:53:34 +0100
commitbde5f92b314787eaec2d89665877b29481c6e260 (patch)
tree9406aefec2a77a43971535e0b0d5cde9919e20e4 /mysql-test/collections/default.push
parent3ba87c370005437656bbcafb0b9ee75527342752 (diff)
parent54d05087f7fb1514584f04f9bb89a55930c7fdcb (diff)
downloadmariadb-git-bde5f92b314787eaec2d89665877b29481c6e260.tar.gz
Bug#42888 for MySQL 5.1. Add collections of test runs to make it both configurable and transparent what kinds of tests we run during integration testing. Implement filter list in mysql-test-run.pl to filter out failures of experimental test cases, using a new status code "exp-fail", so we can tell regressions ("fail") from failures of test cases that are still in development ("exp-fail").
Diffstat (limited to 'mysql-test/collections/default.push')
-rw-r--r--mysql-test/collections/default.push5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/collections/default.push b/mysql-test/collections/default.push
new file mode 100644
index 00000000000..0879b6fde2c
--- /dev/null
+++ b/mysql-test/collections/default.push
@@ -0,0 +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