Closed matthew-brett closed 10 years ago
nothing random in there; does this recur?
I've only seen it for that entry in the test grid (Python.org 3.3.5, OSX 10.9, no virtualenv).
It's passing on the same Python in a virtualenv, on Python.org 3.4, on macports 3.3.5 and on Python.org 3.3.5 on OSX 10.6:
https://travis-ci.org/matthew-brett/scipy-stack-osx-testing/jobs/26419153 https://travis-ci.org/matthew-brett/scipy-stack-osx-testing/jobs/26419151 https://travis-ci.org/matthew-brett/scipy-stack-osx-testing/jobs/26419162 http://nipy.bic.berkeley.edu/builders/scipy-stack-3.3.5-wheel-requires/builds/20
And passes on a rerun in (as far as I can tell) the exact same circumstances:
https://travis-ci.org/matthew-brett/scipy-stack-osx-testing/jobs/26429160
I suppose it's possible that a disk fault that has it reading only a part of the file could cause a comparison error. (this test is a chunked read vs the entire file)
I have seen similar random occurrences with the disk i/o on HDFStore once in a while; but which don't recur
closing - but pls reopen / make a new issue if u find other issues
Running pandas tests as part of scipy-stack in multiple OSX / Python install variations:
https://travis-ci.org/matthew-brett/scipy-stack-osx-testing/builds/26419147
For at least Python.org 3.3.5, no virtualenv, I see this error:
See: https://travis-ci.org/matthew-brett/scipy-stack-osx-testing/jobs/26419150
For the exact same set of packages / Python version but in a virtualenv, I don't see the error:
https://travis-ci.org/matthew-brett/scipy-stack-osx-testing/jobs/26419153
Is there something random in the test or the code that could explain this?