2903 Rafal Somla 2009-12-07
Add missing test dir to mysql-test/Makefile.am
Test restore_stress in backup_extra suite requires
suite/backup_extra/flightstats_stress directory which contains files to be
used by mysql-stress-test.pl script. This directory is not listed in
mysql-test/Makefile.am and thus not included in the distribution. As a
result restores_stress fails in MTR because of the missing directory.
This patch adds suite/backup_extra/flightstats_stress and its subdirectories
to mysql-test/Makefile.am.
modified:
mysql-test/Makefile.am
2902 Rafal Somla 2009-12-07
Fixing a problem in run_vp_test.pl script.
This script is executing SQL statements using mysql client and then sometimes
reads and parses output of these statements. For example to read binlog position
of backup validity point. But it gets confused when first row of the result
contains column names, while script expects column data there.
This is fixed by passing --skip-column-names option to the client.
modified:
mysql-test/suite/backup_extra/vptest/run_vp_test.pl
=== modified file 'mysql-test/Makefile.am'
--- a/mysql-test/Makefile.am 2009-10-23 06:24:37 +0000
+++ b/mysql-test/Makefile.am 2009-12-07 09:38:22 +0000
@@ -92,6 +92,9 @@ TEST_DIRS = t r include std_data std_dat
suite/backup_ptr/include \
suite/backup_extra suite/backup_extra/t suite/backup_extra/r \
suite/backup_extra/include suite/backup_extra/vptest \
+ suite/backup_extra/flightstats_stress \
+ suite/backup_extra/flightstats_stress/t \
+ suite/backup_extra/flightstats_stress/r \
suite/binlog suite/binlog/t suite/binlog/r suite/binlog/std_data \
suite/bugs suite/bugs/data suite/bugs/t suite/bugs/r \
suite/federated \
Attachment: [text/bzr-bundle] bzr/rafal.somla@sun.com-20091207093822-13i03nlujp1hp4yv.bundle
| Thread |
|---|
| • bzr push into mysql-6.0-backup branch (Rafal.Somla:2902 to 2903) | Rafal Somla | 7 Dec |