#7079: [with patch, needs review] parallel doctest broken in Sage 4.1.2.alpha4
if
HOME/.sage/tmp doesn't exist
----------------------+-----------------------------------------------------
Reporter: mvngu | Owner: tbd
Type: defect | Status: new
Priority: critical | Milestone: sage-4.1.2
Component: doctest | Keywords:
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
Comment(by mvngu):
With the patch `trac_7079.patch`, I followed the steps as listed above and
got the following errors:
{{{
init.sage does not exist ... creating
Global iterations: 1
File iterations: 1
No long cached timings exist; will create upon successful finish.
Doctesting 2096 files doing 10 jobs in parallel
Traceback (most recent call last):
File "/scratch/mvngu/release/sage-4.1.2.alpha4/local/bin/sage-doctest",
line 754, in <module>
test_file(argv[1], library_code = library_code)
File "/scratch/mvngu/release/sage-4.1.2.alpha4/local/bin/sage-doctest",
line 608, in test_file
os.makedirs(VALGRIND)
File "/scratch/mvngu/release/sage-4.1.2.alpha4/local/lib/python/os.py",
line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '/home/mvngu/.sage//valgrind/'
<SNIP>
The following tests failed:
sage -t -long devel/sage/doc/common/builder.py # File not found
----------------------------------------------------------------------
Total time for all tests: 666.1 seconds
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7079#comment:5>
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
-~----------~----~----~----~------~----~------~--~---