103
* The way ``bzr selftest --parallel`` generates N partitions of tests to
104
run in parallel has changed. Instead of splitting the list of tests at
105
N-1 points, it distributes the tests one-by-one into the partitions in a
106
round robin fashion. This reduces the total time to run the tests in
107
parallel because a series of slow tests in the test suite will be
108
distributed evenly among the parallel test suites, rather than slowing
109
down just one suite. (Andrew Bennetts)