-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Indeterministic feature ordering on Unix #224
Comments
We need to sort the files after loading them. Not doing an explicit sort means the order is determined by the OS (which, as you pointed out, is inconsistent across OSes). Want to provide a fix? |
I've created the pull request #229 which fixes this. |
By referencing the issue number in the pullreq, github links and notifies automatically :-) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We currently have 42 feature files in one directory. When these are run on Windows they execute in alphabetical order of the filename. However when these are run on Unix (tested on CentOS and Ubuntu) they appear in a non-alphabetical order.
The order on Unix is the same every time, so there is some consistency there.
The text was updated successfully, but these errors were encountered: