[Numpy-tickets] [NumPy] #951: test_memmap.py leaves tmpfiles on RHE4 systems
NumPy
numpy-tickets@scipy....
Thu Nov 6 12:39:33 CST 2008
#951: test_memmap.py leaves tmpfiles on RHE4 systems
------------------------+---------------------------------------------------
Reporter: chanley | Owner: somebody
Type: defect | Status: new
Priority: low | Milestone: 1.3.0
Component: numpy.core | Version: devel
Severity: trivial | Keywords:
------------------------+---------------------------------------------------
This was discovered by one of my co-workers. I have been able to
reproduce this bug on a RHE4 system. I was not able to reproduce it on my
Mac OS X 10.5 machine. I believe the test just needs to do a little
cleanup when finishing.
--
python
import numpy
numpy.test()
leaves 6 files behind in /tmp.
{{{
-rw-r--r-- 1 sienkiew science 448 Nov 6 09:40 tmphdFtvk
-rw-r--r-- 1 sienkiew science 11 Nov 6 09:40 tmp_9fU_9
-rw------- 1 sienkiew science 48 Nov 6 09:40 mmapnt7S_3
-rw------- 1 sienkiew science 48 Nov 6 09:40 mmapRJlNsL
-rw------- 1 sienkiew science 0 Nov 6 09:40 mmapHGlGTq
-rw------- 1 sienkiew science 48 Nov 6 09:40 mmapFllGqi
}}}
I believe the offending source code is in
numpy-1.1.0/numpy/core/tests/test_memmap.py
This behavior exists in the current svn trunk.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/951>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list