[Insight-developers] Timeout in ITK Dahboard build - itkBSplineImageRegistrationTest

Luis Ibanez luis.ibanez at kitware.com
Sat Jan 18 11:22:26 EST 2014


Sean,

Thanks for making the changes.

It seems that it now goes ahead and uses 13 minutes    :-/

http://open.cdash.org/viewTest.php?onlyfailed&buildid=3180454
http://open.cdash.org/testDetails.php?test=217637789&build=3180454

It might be related to, as you pointed out, running the tests in parallel.


I believe there is an option for indicating that a particular test should
run by itself (not in parallel).


Maybe something like

   set_tests_properties(TESTNAME PROPERTIES RUN_SERIAL 1)


as it is currently being used in:

Modules/Core/Common/test/CMakeLists.txt

set_tests_properties(itkObjectFactoryTest2 PROPERTIES RUN_SERIAL 1)




     Luis




On Fri, Jan 17, 2014 at 12:41 PM, Sean McBride <sean at rogue-research.com>wrote:

> On Fri, 17 Jan 2014 11:57:24 -0500, Bradley Lowekamp said:
>
> >Did you set the above environment variables?
> >
> >These can be some expensive operations. I am guessing that the BSpline
> >registration make heavy use of dynamic memory allocation.
>
> Good catch, I hadn't set them.  Trying again, with those env vars, and
> with the machine idle, the test passes in 710 seconds.  As I said, I upped
> the timeout to 800 s, which hopefully is enough even with other tests
> running in parallel.
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng                 sean at rogue-research.com
> Rogue Research                        www.rogue-research.com
> Mac Software Developer              Montréal, Québec, Canada
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-developers/attachments/20140118/237f48e2/attachment.html>


More information about the Insight-developers mailing list