Bug #27893 Test 'rpl_stm_flsh_tbls' fails on windows
Submitted: 17 Apr 2007 16:42 Modified: 17 Apr 2007 17:03
Reporter: Geoffroy Cogniaux Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1.17 OS:Windows (XP SP2)
Assigned to: CPU Architecture:Any
Tags: rpl_stm_flsh_tbls

[17 Apr 2007 16:42] Geoffroy Cogniaux
Description:
Test 'rpl_stm_flsh_tbls' fails on windows

TEST                           RESULT         TIME (ms)
-------------------------------------------------------

rpl_stm_flsh_tbls              [ fail ]

Errors are (from j:/_devel/_MySQL/src/mysql-5.1.17-beta/mysql-test/var/log/mysqltest-time) :
mysqltest: In included file ".\extra\rpl_tests\rpl_flsh_tbls.test": At line 19: query 'rename table t1 to t5, t2 to t1'
failed: 7: Error on rename of '.\test\t1.MYI' to '.\test\t5.MYI' (Errcode: 13)
(the last lines may be the most important ones)

How to repeat:
build with MSVC8 from source code mysql-5.1.17-beta.tar.gz
bash cygwin shell : ./mysql-test-run.pl --do-test=rpl_stm_flsh_tbls
[17 Apr 2007 17:03] MySQL Verification Team
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html

miguel@skybr /cygdrive/c/mysql-5.1/mysql-test
$ ./mysql-test-run.pl --do-test=rpl_stm_flsh_tbls
Logging: ./mysql-test-run.pl --do-test=rpl_stm_flsh_tbls
MySQL Version 5.1.18
Using binlog format 'mixed'
Disable Instance manager - testing not supported on Windows
Skipping ndbcluster, mysqld not compiled with ndbcluster
Setting mysqld to support SSL connections
Using MTR_BUILD_THREAD      = 0
Using MASTER_MYPORT         = 9306
Using MASTER_MYPORT1        = 9307
Using SLAVE_MYPORT          = 9308
Using SLAVE_MYPORT1         = 9309
Using SLAVE_MYPORT2         = 9310
Killing Possible Leftover Processes
Removing Stale Files
Creating Directories
Installing Master Database
Installing Master Database
Installing Slave1 Database
=======================================================
Starting Tests in the 'main' suite

TEST                           RESULT         TIME (ms)
-------------------------------------------------------

rpl_stm_flsh_tbls              [ pass ]           3498
-------------------------------------------------------
Stopping All Servers
All 1 tests were successful.
The servers where restarted 1 times
Spent 3.498 seconds actually executing testcases