#9739: Handle duplicate file basenames when testing multiple files in parallel
-------------------------------+--------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: defect | Status: needs_review
Priority: critical | Milestone: sage-4.7.1
Component: doctest | Keywords: doctest scripts
Work_issues: | Upstream: N/A
Reviewer: Robert Bradshaw | Author: Mitesh Patel, John Palmieri
Merged: | Dependencies:
-------------------------------+--------------------------------------------
Changes (by newvalueoldvalue):
* status: needs_work => needs_review
* author: Mitesh Patel => Mitesh Patel, John Palmieri
Comment:
Right now, if there are doctest failures or if doctesting is interrupted,
the temporary files remain in SAGE_TEMPDIR. If we create a new directory
each time, then these directories will remain (we should certainly check
if they're empty and then delete them, but if they're not empty, we should
not automatically delete them, I think). Is it any better or worse to
have a bunch of directories in SAGE_TEMPDIR, as opposed to a bunch of
files?
Meanwhile, here's an attempt at a patch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9739#comment:55>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.