You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will look into this when I have a chance. The problem here is that yath was built around running tests concurrently, with tests re-ordered (when possible) so that the slowest run first on N-1 of the concurrency slots, in order to avoid running a single super long tests at the end with other slots being empty. So while your request is totally reasonable, the test-reordering design may make it difficult as things were built with the assumption that test order could be altered at any time, and thus the order is assumed unimportant in many places.
yath
sorts test files before testing.There should be a way to either shuffle the selected tests or follow the order provided in the argument list.
The text was updated successfully, but these errors were encountered: