[MDEV-7294] MTR does not use /dev/shm with a out-of-source build Created: 2014-12-09 Updated: 2015-01-19 Resolved: 2015-01-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 5.5, 10.0 |
| Fix Version/s: | 5.5.42, 10.0.16 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I have a separate disk where I store all git and bzr trees: /media/DATA/maria-bzr/. There is a convenience symlink from home directory:
Now I clone a tree:
And compile an out-of-source build:
Now I run a test:
It ignores the --mem option and creates a real var subdirectory under the current directory, instead of symlinking it to a random sub directory at /dev/shm/. Note, it works as expected when I use a in-source tree:
|