diff options
author | Daniel Fischer <df@sun.com> | 2009-02-24 12:53:34 +0100 |
---|---|---|
committer | Daniel Fischer <df@sun.com> | 2009-02-24 12:53:34 +0100 |
commit | bde5f92b314787eaec2d89665877b29481c6e260 (patch) | |
tree | 9406aefec2a77a43971535e0b0d5cde9919e20e4 /mysql-test/collections/default.daily | |
parent | 3ba87c370005437656bbcafb0b9ee75527342752 (diff) | |
parent | 54d05087f7fb1514584f04f9bb89a55930c7fdcb (diff) | |
download | mariadb-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.daily')
-rw-r--r-- | mysql-test/collections/default.daily | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/collections/default.daily b/mysql-test/collections/default.daily new file mode 100644 index 00000000000..194cc2aad59 --- /dev/null +++ b/mysql-test/collections/default.daily @@ -0,0 +1 @@ +perl mysql-test-run.pl --timer --force --comment=rpl_ndb_row --suite=rpl_ndb,ndb --mysqld=--binlog-format=row --experimental=collections/default.experimental |