Bug #32731 falcon_bug_27951 fails randomly
Submitted: 26 Nov 2007 18:37 Modified: 17 Aug 2011 13:13
Reporter: Ingo Strüwing Email Updates:
Status: Won't fix Impact on me:
None 
Category:Tests: Engine Severity:S7 (Test Cases)
Version:6.0.4 OS:Linux (Debian)
Assigned to: CPU Architecture:Any
Tags: pbfail

[26 Nov 2007 18:37] Ingo Strüwing
Description:
falcon.falcon_bug_27951        [ fail ]

mysqltest: At line 36: query 'SELECT count(*) FROM t1' failed: 2013: Lost connection to MySQL server during query

The result from queries just before the failure was:
*** Bug #27951 ***
SET @@storage_engine = 'Falcon';
DROP TABLE IF EXISTS t1;
CREATE TABLE t1 (a serial, b varchar(500));
INSERT INTO t1 (b) VALUES (repeat('a', 500));
SELECT count(*) FROM t1;

More results from queries before failure can be found in /dev/shm/var-falcon-111/log/falcon_bug_27951.log

Disabling test case. Please re-enable after fix.

How to repeat:
See pushbuild, for example https://intranet.mysql.com/secure/pushbuild/showdir.pl?dir=mysql-6.0-engines
log https://intranet.mysql.com/secure/pushbuild/getlog.pl?dir=mysql-6.0-engines&entry=istruewi...
See also https://intranet.mysql.com/secure/pushbuild/xref.pl?startdate=&enddate=&dir=&plat=&testtyp...
[26 Nov 2007 18:40] Ingo Strüwing
Sorry, wrong operating system. It happened on debx86-b.
[28 Nov 2007 10:23] Bugs System
Pushed into 6.0.4-alpha
[17 Aug 2011 13:13] Jon Stephens
No longer supported.