Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
On Ubuntu 9.04 32-bit and 64-bit one cannot run mysql-test-run.pl
How to repeat:
aptitude install mariadb-server mariadb-test
cd /usr/share/mysql/mysql-test
./mysql-test-run.pl
Logging: ./mysql-test-run.pl
mysql-test-run: *** ERROR: Could not find any of /usr/share/client_release /usr/share/client_debug /usr/share/client /usr/share/bin
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Re: Ubuntu MariaDB package: can't run mysql-test-run.pl
Ok, I fixed in 5.1-release maria branch that mysql-test-run.pl can find the files it needs when installed in /usr/share/mysql/mysql-test/.
However, the test suite still does not run (testedUbuntu Jaunty i386).
The problem is that the apparmor profile forbids /usr/sbin/mysqld to write the files it needs to run the test suite!
This needs to be fixed somehow in the OurDelta stuff.