New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
Probably implicated is #764. @timheap Can you assist? |
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 |
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: