Bug #11549 Make test error
Submitted: 24 Jun 2005 17:00 Modified: 24 Jun 2005 17:05
Reporter: Matthew Schultz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.12 OS:Linux (CentOS 4)
Assigned to: CPU Architecture:Any

[24 Jun 2005 17:00] Matthew Schultz
Description:
I'm getting this error when I run make test; it fails when it reaches kill.

Errors are (from /usr/src/mysql-4.1.12/mysql-test/var/log/mysqltest-time) :
/usr/src/mysql-4.1.12/client/.libs/mysqltest: At line 31: query 'select 1' succeeded - should have failed with errno 2006...
/usr/src/mysql-4.1.12/client/.libs/mysqltest: At line 41: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/kill.result       2005-05-13 15:04:03.000000000 +0300
--- r/kill.reject       2005-06-24 19:56:20.073711836 +0300
***************
*** 6,12 ****
  0
  kill @id;
  select 1;
- Got one of the listed errors
  select ((@id := kill_id) - kill_id) from t1;
  ((@id := kill_id) - kill_id)
  0
--- 6,11 ----
-------------------------------------------------------
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.

Aborting: kill failed in default mode. To continue, re-run with '--force'.

Ending Tests
Shutting-down MySQL daemon

Master shutdown finished
Slave shutdown finished
make: *** [test] Error 1

How to repeat:
I ran make test after I ran make and got this error.
[24 Jun 2005 17:05] Jim Winstead
This is a duplicate of Bug #9712.