Bug #20150 query_cache_merge test fails on HPUX
Submitted: 30 May 2006 16:31 Modified: 30 May 2006 18:12
Reporter: Iggy Galarza Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version: OS:HP/UX (HPUX)
Assigned to: CPU Architecture:Any

[30 May 2006 16:31] Iggy Galarza
Description:
The query_cache_merge test is failing on HPUX B.11.11 PA -max in the current mysql-5.0 repository.  The error message is:

query_cache_merge              [ fail ]

Errors are (from /home/pshbuild/pb/mysql-5.0/push-monty@mysql.com-20060525120911.info/mysql-5.0.23-pb644/mysql-test/var-n_stm-5/log/mysqltest-time) :
mysqltest: At line 30: query 'select count(*) from t00' failed: 29: File './test/t184.MYD' not found (Errcode: 23)

The first failure occured with the following ChangeSet: 

monty@mysql.com|ChangeSet|20060524143312|43955

How to repeat:
Run the query_cache_merge test on HPUX B.11.11 PA -max from the current mysql-5.0 repository.

This problem seems to be platform specific as it only occurs on HPUX.
[30 May 2006 18:12] Iggy Galarza
This behaviour was caused when the build system's global open file limit was exceeded. This is not a MySQL bug.