[MDEV-17022] MTR --mem doesn't check for writeable location Created: 2018-08-20 Updated: 2018-08-24 Resolved: 2018-08-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 5.5, 10.0 |
| Fix Version/s: | 5.5.62, 10.3.10 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Teodor Mircea Ionita (Inactive) | Assignee: | Teodor Mircea Ionita (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The test suite should check if the shared memory location is writeable before proceeding. For e.g. on Ubuntu 14.04 /run/shm is not a symlink to /dev/shm, as in later versions of Ubuntu or Debian, nor is it world writeable. Discovered here: |
| Comments |
| Comment by Teodor Mircea Ionita (Inactive) [ 2018-08-24 ] |
|
Fixed in commit e560f2f342aeb2d72937e9c6f5a4fcbfecc1c35e. |