Commit cb6a61fa authored by Satya Bodapati's avatar Satya Bodapati

Testcase fix for Bug#14147491

move_file fails randomly on windows if the destination file exists.
Using remove_file before move_file mtr test command.
parent 671e4d78
......@@ -91,6 +91,7 @@ SET DEBUG = '+d,innodb_page_corruption_retries';
SELECT * FROM t1;
--echo # Restore the original t1.ibd
--remove_file $MYSQLD_DATADIR/test/t1.ibd
--move_file $MYSQLD_DATADIR/test/t1.ibd.backup $MYSQLD_DATADIR/test/t1.ibd
--echo # Write file to make mysql-test-run.pl start up the server again
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment