Bug #32953 Test returns non-English error message
Submitted: 4 Dec 2007 10:11 Modified: 4 Dec 2007 10:31
Reporter: Colin Charles Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Tests Severity:S4 (Feature request)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any

[4 Dec 2007 10:11] Colin Charles
Description:
Error message that is returned from the test, such that it reads "Sensa fragoli". What does this mean?

The file in question: mysql-6.0/unittest/mytap/t/basic-t.c

How to repeat:
Pull from mysql.bkbits.net, the mysql-6.0 branch. Run make test on it. Watch the scroll by which says "sensa fragoli". Find said file, I've listed it above. Fix it.

Suggested fix:
Replace said phrase, with something meaningful.
[4 Dec 2007 10:31] Sergei Golubchik
It doesn't need to say anything, The test shows how to skip a test, with a string message as a parameter. The message itself is not important, consider it a random selection of letters.