skaliber / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Randomize test execution #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Provide a way to randomize test execution, so implicit and unwanted
dependencies between tests are easier to find.

Original issue reported on code.google.com by julian.h...@gmail.com on 24 Sep 2007 at 7:22

GoogleCodeExporter commented 8 years ago
This mostly involves permuting the lists of test commands generated when the 
test
dependencies are being resolved.

Original comment by jeff.br...@gmail.com on 17 Mar 2008 at 11:06

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 29 Jun 2009 at 8:32

GoogleCodeExporter commented 8 years ago
We choose to run tests in a deterministic order because it improves the user
experience somewhat.  Random ordering is possible but would be something that 
users
would have to specify manually.  I hesitate to add too many more flags to the 
system.

Original comment by jeff.br...@gmail.com on 9 Oct 2009 at 8:47