Bug #31411 funcs_1: ndb_<every test> fail because of changed server error number
Submitted: 4 Oct 2007 20:40 Modified: 1 Nov 2007 12:52
Reporter: Matthias Leich Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Matthias Leich CPU Architecture:Any

[4 Oct 2007 20:40] Matthias Leich
Description:
Source tree mysql-5.1-build 
Last ChangeSet@1.2572, 2007-10-04

funcs_1.ndb__datadict funcs_1.ndb_cursors
funcs_1.ndb_trig_0102 funcs_1.ndb_trig_03
funcs_1.ndb_trig_03e funcs_1.ndb_trig_0407
funcs_1.ndb_trig_08 funcs_1.ndb_trig_09
funcs_1.ndb_trig_1011ext

All the tests above fail and show at least a
difference of the error number
diff suite/funcs_1/r/ndb_cursors.result \
     /dev/shm/var1/log/ndb_cursors.reject
78c78
< Error 1475    Table storage engine 'ndbcluster' ...
---
> Error 1477    Table storage engine 'ndbcluster' ... 

How to repeat:
1. Build a MySQL release.
2. cd mysql-test
3. ./mysql-test-run.pl --mem --suite=funcs_1 --force
[11 Oct 2007 9:52] Sveta Smirnova
Thank you for the report.

Verified as described.
[11 Oct 2007 14:54] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/35372

ChangeSet@1.2576, 2007-10-11 16:54:17+02:00, mleich@four.local.lan +7 -0
  Fix for
  Bug#31411 funcs_1: ndb_<every test> fail because of changed server error number
  = Adjust the files with expected results
[11 Oct 2007 15:01] Matthias Leich
Minor correction to the description:
funcs_1.ndb_trig_03e and funcs_1.ndb__datadict
suffer from other open bugs and will fail even
after the fix for this bug.
[11 Oct 2007 17:39] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/35396

ChangeSet@1.2578, 2007-10-11 19:39:18+02:00, mleich@four.local.lan +7 -0
  Fix for
  Bug#31411 funcs_1: ndb_<every test> fail because of changed server error number
  = Adjust the files with expected results
[1 Nov 2007 10:14] Bugs System
Pushed into 6.0.4-alpha
[1 Nov 2007 10:16] Bugs System
Pushed into 5.1.23-rc
[1 Nov 2007 12:52] Paul DuBois
Test case change. No changelog entry needed.