FileList.files order discrepancy on Arch Linux since 28.5.0 #816
Comments
Any idea why the tests pass on Travis? Is it perhaps an intermittent failure? |
No idea yet. I have tried to play with PYTHONHASHSEED and got not difference. It is still 100% reproducible on all three of my Arch Linux x86_64 machines. |
timheap
added a commit
to timheap/setuptools
that referenced
this issue
Oct 17, 2016
Different OS's and file systems return lists of files in different orders, not always creation order. This caused intermittent test failures. The file list is now sorted prior to being checked to ensure a consistent order across all systems. Fixes pypa#816
Different OSs and file systems do not always list files in creation order it appears, so the tests fail on some systems. I've added a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduced in both Python 2.7.12 and 3.5.2. I have tried both ptr and tox and still getting the same test failure:
The text was updated successfully, but these errors were encountered: