Comment 1 for bug 914359

Revision history for this message
Robert Collins (lifeless) wrote :

For clarity, LP suffered from the 'tests get 0 duration' bug in an older testr; this led to a dual-core machine having a partition like:
[
  [0][testa, testb]
]
rather than
[
 [0][testa],
 [0][testb],
]
which would parallelise better in this corner case.