Hema Sridharan wrote:
> #At file:///export/home/tmp/rpl/wl4568f/mysql-6.0-backup/
>
> 2699 Hema Sridharan 2008-10-03
> WL#4568:
> 1) Moving all tests from bakcup suite to backup_engines suite.
> 2) Moving all tests from mysql-test/t/ to backup suite.
You also need to change the expected warnings in mtr_report.pl to
reflect the new position:
For example,
----8<-----
# The tablespace test triggers error below on purpose
($testname eq 'main.backup_tablespace') and # <-THIS LINE
(
/Restore: Tablespace .* needed by tables being restored has changed
on the server/
) or
---->8-----
should be changed to
($testname eq 'backup.backup_tablespace') and
--
Jørgen Løland