[Insight-developers] ITK Modular: CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE ignored

David Cole david.cole at kitware.com
Wed Mar 16 12:26:40 EDT 2011


The file that is actually used for the CTestCustom is:

  CMake/CTestCustom.cmake.in
  # (line 124 of CMakeLists.txt)

Which does not have a maximum passed test output size. Not sure why it
changed to *not* include the other one -- looks like the .ctest
version used to be included by the .cmake version. We should just
clean this up to use only one custom file.

But: do we really want up to 1 Megabyte of each passing test's output
to be stored in CDash?

(I'm just offering my diagnosis here... I don't have time to work on
any change for this immediately. I can put it on my list for later,
though, if nobody else beats me to it.)


David


On Wed, Mar 16, 2011 at 10:20 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> The CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE is set to 1000000,
> yet passing tests are reporting:
> http://www.cdash.org/CDash/testDetails.php?test=87831317&build=906357
>
> The file ITK/CMake/CtestCustom.ctest.in has the value:
> SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1000000
>
> Bill
> _______________________________________________
> 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.html
>
> 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
>


More information about the Insight-developers mailing list