[New-bugs-announce] [issue6464] test_normalization failures due to truncated NormalizationTest.txt file

R. David Murray report at bugs.python.org
Sat Jul 11 20:46:58 CEST 2009


New submission from R. David Murray <rdmurray at bitdance.com>:

I worked for a while tracking down a mysterious failure in
test_normalization on my machine.  I eventually discovered that a clean
checkout did not exhibit the problem.  A distclean on my original
checkout did not fix the problem.  By doing a diff I finally figured out
that the NormalizationTest.txt file is (a) downloaded the first time the
test is run and (b) not removed afterward and (c) not removed by distclean.

How I wound up with a truncated file I don't know, nor am I quite sure
what the best solution to this little confusion is.  It seems very odd
that a file is dumped and left in the CWD by a test.

----------
components: Tests
keywords: easy
messages: 90432
nosy: r.david.murray
priority: low
severity: normal
stage: needs patch
status: open
title: test_normalization failures due to truncated NormalizationTest.txt file
type: behavior
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6464>
_______________________________________


More information about the New-bugs-announce mailing list