Bug #50825 some failing autotests
Submitted: 2 Feb 2010 10:39 Modified: 2 Feb 2010 16:58
Reporter: Harald Reindl Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1 OS:Linux (Fedora 11 x86_64)
Assigned to: CPU Architecture:Any

[2 Feb 2010 10:39] Harald Reindl
Description:
Hi - I had to disable some autotests to get the rest executed
Maybe this helps someone upstream to optimize 
I can provide a src.rpm including the patches if needed

--- mysql-5.1.43-original/mysql-test/t/disabled.def	2010-01-15 18:46:09.000000000 +0100
+++ mysql-5.1.43-patched/mysql-test/t/disabled.def	2010-02-02 10:42:17.684651512 +0100
@@ -11,3 +11,9 @@
 ##############################################################################
 kill                     : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
 query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
+mysql_client_test        : Bug Fails since months 2010-02-02
+information_schema       : Bug 2010-02-02 fails
+mysql_comments           : Bug 2010-02-02 fails
+mysql_upgrade            : Bug 2010-02-02 fails
+plugin_load              : gives wrong answer on PPC64
+outfile_loaddata         : gives different results on different platforms

How to repeat:
Make a rpmbuild of mysql-5.1.43 with tests active
[2 Feb 2010 10:39] Harald Reindl
Pasted outputs

Attachment: mysql_test_details.txt (text/plain), 13.20 KiB.

[2 Feb 2010 10:53] Sveta Smirnova
Thank you for the report.

Some of failures already reported:

mysql_client_test - bug #44741
plugin_load - bug #42144
outfile_loaddata - bug #46895

Regarding to others could you please provide configure string you used when compiled MySQL? Looks like you used custome character set settings like in bug #44741
[2 Feb 2010 11:08] Harald Reindl
SPEC-File used for rpmbuild

Attachment: mysql.spec (application/octet-stream, text), 34.42 KiB.

[2 Feb 2010 16:58] Sveta Smirnova
Thank you for the feedback.

Tests main.mysql_client_test main.information_schema main.mysql_comments main.mysql_upgrade fail after adding options  --with-charset=latin1 --with-extra-charsets=all --with-collation=latin1_german1_ci

Regarding to rest of tests: these failures were reported earlier.
[11 Feb 2010 17:09] Sveta Smirnova
Bug #51109 was marked as duplicate of this one.
[26 Aug 2010 3:53] Roel Van de Paar
See bug #56242