[MDEV-4214] Building 5.5.29 sources one test fails: main.partition_rename_longfilename Created: 2013-02-27 Updated: 2013-03-14 Resolved: 2013-03-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.29 |
| Fix Version/s: | 10.0.2, 5.5.31 |
| Type: | Bug | Priority: | Major |
| Reporter: | Otto Kekäläinen | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 12.04 |
||
| Attachments: |
|
| Description |
|
I downloaded there official MariaDB release as tar.gz from mariadb.org and while trying to build it, one of the mysql-test failed: main.partition_rename_longfilename Running the individual test gives the following output:
var/log/main.partition_rename_longfilename/ attached |
| Comments |
| Comment by Otto Kekäläinen [ 2013-02-27 ] |
|
The filename 't2_@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002e@002eend#P#p0.MYI' is 155 characters long, and as I have my home folder encrypted using eCryptFS, filenames above 140 characters might be too long (as the encrypted version can't fit 255 characters). So this issues is indeed restricted to my setup. Normal users are very unlikely to run a MariaDB server on a eCryptFS partition and certainly binaries can be built on unenctypted partitions, so we can ignore this test error. |
| Comment by Elena Stepanova [ 2013-02-28 ] |
|
From IRC: <montywi> otto_: ok; We should test that when MariaDB starts and disable this test if it can't create files with 255 characters. |
| Comment by Elena Stepanova [ 2013-03-07 ] |
|
The change is currently in 5.5-elenst: It will be pushed into maria/5.5 after release 5.5.30, since it's not urgent, to avoid disturbing the ongoing release process. |
| Comment by Sergei Golubchik [ 2013-03-14 ] |
|
ok to push Regards, |
| Comment by Elena Stepanova [ 2013-03-14 ] |
|
Thanks! |
| Comment by Elena Stepanova [ 2013-03-14 ] |
|
Pushed into maria/5.5 as revno 3697 |