Bug #7263 Test failure: 'create' (using '--ps-protocol')
Submitted: 14 Dec 2004 12:47 Modified: 14 Jan 2005 18:42
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.3-pre OS:Linux (Linux / Athlon)
Assigned to: Konstantin Osipov CPU Architecture:Any

[14 Dec 2004 12:47] Joerg Bruehe
Description:
Test 'create' fails for me in current 5.0, when I run the test suite with '--ps-protocol'.
In a standard run, this test passes.

This is a non-debug build: "compile-pentium-max".

Failure report:
-------------------------------------------------------
*** r/create.result     2004-12-10 18:05:58.000000000 +0300
--- r/create.reject     2004-12-14 12:47:57.000000000 +0300
***************
*** 549,554 ****
  SELECT * FROM t3;
  dsc   countOfRuns
  NULL  1
! Test  0
  NULL  1
  drop table t1, t2, t3;
--- 549,554 ----
  SELECT * FROM t3;
  dsc   countOfRuns
  NULL  1
! Test  1
  NULL  1
  drop table t1, t2, t3;
-------------------------------------------------------

How to repeat:
Run the test suite with '--ps-protocol'.
[23 Dec 2004 16:02] Joerg Bruehe
Still occurs on Dec 21, 22, and 23, with new pulls and builds.
[14 Jan 2005 18:42] Joerg Bruehe
I cannot reproduce it any more, seems to have been corrected (there were corrections for the '--ps-protocol' case).