Bug #73096 INNODB-MULTIPLE-TABLESPACES \"MOVE_FILE\" FAILED WITH ERROR 1
Submitted: 24 Jun 2014 16:35 Modified: 16 Dec 2014 16:43
Reporter: Sven Sandberg Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S7 (Test Cases)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[24 Jun 2014 16:35] Sven Sandberg
Description:
Apparently the fix for Bug#14274066 was incomplete, since this happens again:

innodb.innodb-multiple-tablespaces       w2 [ fail ]
        Test ended at 2014-06-18 15:33:49

CURRENT_TEST: innodb.innodb-multiple-tablespaces
mysqltest: At line 167: command "move_file" failed with error 1. my_errno=18

The result from queries just before the failure was:
< snip >
nwy.ibd
nyw.ibd
nyy.ibd
wny.ibd
www.ibd
wyn.ibd
ynw.ibd
yny.ibd
ywn.ibd
yyn.ibd
yyy.ibd
---- MYSQL_TMP_DIR/new_dir/test
# YYY; Tablespace found in 3 places
# NYY; Tablespace found in alt_dir and new_dir
# YNY; Tablespace found in default and new_dir
# YYN; Tablespace found in default and alt_dir
# NYW; Copy the wrong file to new_dir
# NWY; Move the wrong file to alt_dir, good one to new_dir.
# WNY; Move the wrong file to default, good one to new_dir, delete it form alt_dir
# YNW; Move the file to default, wrong one to new_dir, delete it form alt_dir

More results from queries before failure can be found in /export/home/tmp/hudson_rpl/bzr/hudson/workspace/reviews-linux/sven_bug18751585_3_mysql-trunk.bundle.d/mysql-trunk/BIN/mysql-test/var/2/log/innodb-multiple-tablespaces.log

 - saving '/export/home/tmp/hudson_rpl/bzr/hudson/workspace/reviews-linux/sven_bug18751585_3_mysql-trunk.bundle.d/mysql-trunk/BIN/mysql-test/var/2/log/innodb.innodb-multiple-tablespaces/' to '/export/home/tmp/hudson_rpl/bzr/hudson/workspace/reviews-linux/sven_bug18751585_3_mysql-trunk.bundle.d/mysql-trunk/BIN/mysql-test/var/log/innodb.innodb-multiple-tablespaces/'

How to repeat:
Happened several times on Hudson, e.g., http://fimafeng11.no.oracle.com:8080/job/reviews-linux/2452/consoleText
[16 Dec 2014 16:43] Paul DuBois
Fixed in 5.7.6. Changes for test suite. No changelog entry needed.