Bug #24567 General test suite failure in the daily snapshot builds
Submitted: 24 Nov 2006 7:54 Modified: 4 Dec 2006 15:20
Reporter: Lenz Grimmer Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.0-current OS:
Assigned to: Joerg Bruehe CPU Architecture:Any

[24 Nov 2006 7:54] Lenz Grimmer
Description:
Joerg, I assign this one directly to you, as you seem to have made the last relevant changes to the mysql-test-run.sh script in 5.0:

Currenly, "make test" as run by the Bootstrap script for the daily snapshot builds (autobuild) fails. In mysql-test/var/log/master.err I find:

/bin/sh: line 1: /data0/autobuild/autobuild/mysql-5.0.32-nightly-20061124-build/sql/mysqld: No such file or directory

Which is not surprising as it should be /data0/autobuild/autobuild/mysql-5.0.32-nightly-20061124-build/build/sql/mysqld
instead...

Somehow the path guessing is going wrong here.

How to repeat:
Check the autobuild trees. But this problems should appear elsewhere, too. Let me know, if I can help you to investigate.

Suggested fix:
Fix the path guessing :)
[4 Dec 2006 13:25] Joerg Bruehe
Analyzing the problem ...
[4 Dec 2006 15:20] Joerg Bruehe
Local test in BK tree works fine,
and (at least) since Nov 27 the autobuild BK trees do not have this problem any longer.

Seems this is gone by some other change, done by somebody else.
[4 Dec 2006 16:16] Lenz Grimmer
Confirmed, it did not happen in today's daily source snapshot build either. Thanks!