Bug #23150 test suite fails because it cannot delete a file
Submitted: 10 Oct 2006 19:43 Modified: 1 Dec 2006 11:35
Reporter: Scott Lee Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.0.26 OS:Windows (Windows AMD64)
Assigned to: CPU Architecture:Any

[10 Oct 2006 19:43] Scott Lee
Description:
Priority set to P1 because it causes later tests to fail.

The "reset master;" command is failing to delete a file.  This
may be because some other process still has the file open (this
is Windows).

rpl000001                      [ fail ]

Errors are (from /PATH/mysqltest-time) :
mysqltest: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/rpl000001.result
--- r/rpl000001.reject
***************
*** 35,40
--- 35,42
  drop table t1,t3;
  create table t1 (n int) engine=myisam;
  reset master;
+ Warnings:
+ Error 6       Error on delete of 'C:/cygwin/home/mysqldev/build/mysql-5.0.26-winbuild/mysql-5.0.26-build/mysql-test/var/log/master-bin.000001' (Errcode: 13)
  stop slave;
  reset slave;
  lock tables t1 read;
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/en/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.

Result from queries before failure can be found in r/rpl000001.log

Killing Possible Leftover Processes
===---===---===---===---===---===--- BUGDB:
===---===---===---===---===---===--- BUILD-ID: notyetfound
===---===---===---===---===---===--- OCCURRED:
win2003-amd64-5.0-community.log   notyetfound

How to repeat:
Occurred during release builds + test run.
[1 Nov 2006 11:35] Valeriy Kravchuk
Thank you for a problem report. Was it 32-bit or 64-bit version? have you tried to repeat with a newer version 5.0.27/5.0.28?

It does not fail with 5.0.29-BK on Linux, so it is either already fixed or platfrom-specific bug...
[2 Dec 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".