Thread overview
[Issue 11809] unit tests leave behind temporary files
[Issue 11809] unit tests leave behind a delete.me.unittest.pid# directory
Sep 19, 2014
Brad Roberts
Nov 13, 2019
Dlang Bot
Nov 13, 2019
Dlang Bot
Dec 17, 2022
Iain Buclaw
September 19, 2014
https://issues.dlang.org/show_bug.cgi?id=11809

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
I thought this only happens when running dmd tests?

--
September 19, 2014
https://issues.dlang.org/show_bug.cgi?id=11809

Brad Roberts <braddr@puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|unit tests leave behind a   |unit tests leave behind
                   |delete.me.unittest.pid#     |temporary files
                   |directory                   |

--- Comment #2 from Brad Roberts <braddr@puremagic.com> ---
It's been forever since I did a survey.  Here's what it looks like on a spot checking of the fleet:

OSX: clean (possibly more aggressive cleanup?)

FreeBSD and Linux:
    deleteme.dmd.unittest.pid##.dir (some, one or two per day-ish)
    test.std.range.## (just one, 8910)

Win32:
    std.process temporary file UUID.cmd  (tons)
    tmp*.tmp (tons)
    test.std.range.## (just one, 8910)

Win64:
    std.process temporary file UUID.cmd  (tons)
    test.std.range.##  (just one, 8910)

I don't see any delete.me.unittest.pid#'s any more.

--
November 13, 2019
https://issues.dlang.org/show_bug.cgi?id=11809

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7271 "Fix partially Issue 11809 - unit tests leave behind temporary files" mentioning this issue:

- Fix partially Issue 11809 - unit tests leave behind temporary files

https://github.com/dlang/phobos/pull/7271

--
November 13, 2019
https://issues.dlang.org/show_bug.cgi?id=11809

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7271 "Fix partially Issue 11809 - unit tests leave behind temporary files" was merged into master:

- 3271984e52c7e15d79f4630227e57dd4eaa3bae6 by Bernhard Seckinger:
  Fix partially Issue 11809 - unit tests leave behind temporary files

https://github.com/dlang/phobos/pull/7271

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11809

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--