Skip to content
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

Closed
hutchy2570 opened this issue Feb 27, 2012 · 4 comments · Fixed by #229
Closed

Indeterministic feature ordering on Unix #224

hutchy2570 opened this issue Feb 27, 2012 · 4 comments · Fixed by #229

Comments

@hutchy2570
Copy link
Contributor

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.

@aslakhellesoy
Copy link
Contributor

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?

@hutchy2570
Copy link
Contributor Author

I've created the pull request #229 which fixes this.

@aslakhellesoy
Copy link
Contributor

By referencing the issue number in the pullreq, github links and notifies automatically :-)

@lock
Copy link

lock bot commented Oct 25, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants