Bug #9080 sp.test problems
Submitted: 9 Mar 2005 17:31 Modified: 22 Apr 2005 13:08
Reporter: Sergei Golubchik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version: OS:
Assigned to: Per-Erik Martin CPU Architecture:Any

[9 Mar 2005 17:31] Sergei Golubchik
Description:
The test does not fail (for unknown reason) but var/log/mysqltest-time (or active tty if run in gdb) contains:

Packets out of order (Found: 2, expected 1)
/usr/home/serg/Abk/mysql-5.0/client/mysqltest: At line 3236: Warning count is 1
but didn't get any warnings

How to repeat:
% ./mysql-test-run sp
% cat var/log/mysqltest-time
Packets out of order (Found: 2, expected 1)
/usr/home/serg/Abk/mysql-5.0/client/mysqltest: At line 3236: Warning count is 1
but didn't get any warnings
[22 Apr 2005 13:08] Per-Erik Martin
No longer repeatable, probably after the fix of BUG#9004.