freebsd / kyua

Testing framework for infrastructure software
BSD 3-Clause "New" or "Revised" License
147 stars 42 forks source link

Enforce test ordering #210

Open trasz opened 4 years ago

trasz commented 4 years ago

The tests are run in what looks like a random order. Would it be possible to enforce eg alphabetic order? In theory this should make a difference; in practice some of the tests leave stuff behind and running them in random order makes debugging harder.

lwhsu commented 4 years ago

@trasz you might also want to file an issue in https://github.com/freebsd/kyua/