Bug #15348 Test 'wait_timeout' fails on Windows, error code differs
Submitted: 30 Nov 2005 13:25 Modified: 24 Feb 2006 10:03
Reporter: Kent Boortz
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:4.1.16-pre OS:Microsoft Windows (Windows 2003)
Assigned to: Magnus Blaudd Target Version:

[30 Nov 2005 13:25] Kent Boortz
Description:
wait_timeout                   [ fail ]

Errors are (from
e:/build/mysql-4.1.16-build/mysql-4.1.16/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 9: query 'select 2' failed with wrong errno 2013 instead of 2006...

How to repeat:
Run the test 'wait_timeout' on Windows
[22 Dec 2005 17:53] Miguel Solorzano
miguel@light ~/mysql/mysql-test
$ ./mysql-test-run.pl  --force --skip-rpl wait_timeout
No ndbcluster support
Using MTR_BUILD_THREAD = 0
Using MASTER_MYPORT    = 9306
Using MASTER_MYPORT1   = 9307
Using SLAVE_MYPORT     = 9308
Using NDBCLUSTER_PORT  = 9350
Killing Possible Leftover Processes
Removing Stale Files
Installing Master Databases
Installing Master Databases
Installing Slave Databases
Installing Slave Databases
Installing Slave Databases
=======================================================
Finding  Tests in the 'main' suite
Starting Tests in the 'main' suite

TEST                           RESULT
-------------------------------------------------------

wait_timeout                   [ fail ]

Errors are (from E:/cygwin/home/miguel/mysql/mysql-test/var/log/mysqltest-time)
:
mysqltest: At line 9: query 'select 2' failed with wrong errno 2013 instead of 2
006...
(the last lines may be the most important ones)

Ending Tests
Shutting-down MySQL daemon
[25 Jan 2006 15:23] Magnus Blaudd
Stealing this. 
Jim, please let me know if you want it back.
[9 Feb 2006 15:18] Magnus Blaudd
Related to bug#14057
[13 Feb 2006 10:09] Magnus Blaudd
This problem will be fixed if the pending patch for bug#14057 is approved.
[24 Feb 2006 10:03] Magnus Blaudd
Fixed in 5.0.19 and 5.1.8 by the patch for bug#2845