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

use input list in inverse mode #135

Closed
SailorMax opened this issue Apr 3, 2019 · 5 comments
Closed

use input list in inverse mode #135

SailorMax opened this issue Apr 3, 2019 · 5 comments

Comments

@SailorMax
Copy link

Looks like current version use input list in inverse mode (LIFO).
Can you use it as expected - FIFO (first input - first output)?

thank you.

@DonCallisto
Copy link
Collaborator

AFAIK fastest does not preserve order (that's not LIFO but shuffled).
Have you tried to run it with --preserve-order?

@SailorMax
Copy link
Author

Yes, I use --preserve-order:
bin/phpunit-tests | vendor/bin/fastest --preserve-order -v "phpunit {}"

phpunit-tests output list of tests in required order, but fastest run it from the end...

DonCallisto added a commit to DonCallisto/fastest that referenced this issue Oct 2, 2019
@DonCallisto
Copy link
Collaborator

DonCallisto commented Oct 2, 2019

Sorry for being so much late on this, I have litterally no time for open source lately.
BTW I think I've fixed it in #136, could you @SailorMax require this particular commit and check if everything is OK?
Thanks in advance.

@SailorMax
Copy link
Author

Now it work as expected.
Thank you!

@DonCallisto
Copy link
Collaborator

Fixed in #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants