Bug #36463 mysql-test-run.pl should always use the --tmpdir
Submitted: 2 May 2008 6:50 Modified: 6 May 2008 18:45
Reporter: Magnus Blaudd Email Updates:
Status: Closed
Category:Server: Tests Severity:S3 (Non-critical)
Version:5.0-> OS:Any
Assigned to: Magnus Blaudd Target Version:5.0+
Triage: D3 (Medium)

[2 May 2008 6:50] Magnus Blaudd
Description:
Sometimes mysql-test-run.pl decides to create a tmpdir in /tmp instad of the requested
--tmpdir. This may lead to leftovers in /tmp which should not be there.

How to repeat:
./mtr --tmpdir=/dev/shm/tmp23

See how it creates a dir in /tmp/ from 'collect_mysqld_features'

Suggested fix:
Use the --tmpdir
[2 May 2008 7:07] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/46284

ChangeSet@1.2612, 2008-05-02 09:13:43+02:00, msvensson@pilot.mysql.com +1 -0
  Bug#36463 mysql-test-run.pl should always use the --tmpdi
[6 May 2008 0:25] Bugs System
Pushed into 5.0.62
[6 May 2008 0:29] Bugs System
Pushed into 5.1.25-rc
[6 May 2008 0:33] Bugs System
Pushed into 6.0.6-alpha
[6 May 2008 18:45] Paul DuBois
Test suite change. No changelog entry needed.