Profiling parallel tests
Andy Armstrong
andy at hexten.net
Thu Aug 21 22:16:52 UTC 2008
On 21 Aug 2008, at 22:57, Nicholas Clark wrote:
> The results of that call to get_all() aren't used. It seems that it
> could be
> replaced by a get_any(), (Well, not_finished()) method, that
> returned true
> as long as there were any tests still to run, which I assume is a
> test that
> can be short-circuited.
Correct. But I think it's worth clearing out the structures that
relate to tests that have completed too - otherwise get_any() still
has a lot of corpses to step over.
--
Andy Armstrong, Hexten
More information about the tapx-dev
mailing list