[MDEV-3678] LP:471160 - Ubuntu MariaDB package: can't run mysql-test-run.pl Created: 2009-11-02 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Hakan Küçükyılmaz (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
On Ubuntu 9.04 32-bit and 64-bit one cannot run mysql-test-run.pl How to repeat: cd /usr/share/mysql/mysql-test |
| Comments |
| Comment by Kristian Nielsen [ 2009-11-05 ] |
|
Re: Ubuntu MariaDB package: can't run mysql-test-run.pl 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. |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2009-11-27 ] |
|
Re: Ubuntu MariaDB package: can't run mysql-test-run.pl |
| Comment by Arjen Lentz (Inactive) [ 2009-12-03 ] |
|
Re: Ubuntu MariaDB package: can't run mysql-test-run.pl |
| Comment by Rasmus Johansson (Inactive) [ 2009-12-03 ] |
|
Launchpad bug id: 471160 |
| Comment by Kristian Nielsen [ 2009-12-03 ] |
|
Re: Ubuntu MariaDB package: can't run mysql-test-run.pl The default work dir for the test suite is mysql-test/var, so if /usr/share/mysql/mysql-test is not writable (which it probably isn't), it is necessary to specify --vardir=<some writable directory>, I think this is ok as far as packaging goes as it is just the way mysql-test-run works currently. For the apparmor issue, I files a separate bug: Bug#491349 |