MantisBT - CDash
View Issue Details
0007018CDashpublic2008-05-14 11:302008-05-14 18:23
Luis Ibanez 
Julien Jomier 
normalminorhave not tried
closedfixed 
 
1.2 
0007018: Output from test is truncated
The test output of a test seem to get truncated
We are looking at the output of the itkSystemInformation test:

http://www.cdash.org/CDash/testDetails.php?test=3257790&build=74701 [^]

and observe that it seems to be truncated.

This was observed with the output of the ITK test:

           itkSystemInformation

The output of the itkSystemInformation test in my local VS7.1
build is 456610 characters long.


         ctest -R SystemInformation -V | wc
         9470 34811 456610
No tags attached.
Issue History
2008-05-14 11:30Luis IbanezNew Issue
2008-05-14 11:32Luis IbanezNote Added: 0011902
2008-05-14 18:19Julien JomierStatusnew => assigned
2008-05-14 18:19Julien JomierAssigned To => Julien Jomier
2008-05-14 18:23Julien JomierStatusassigned => closed
2008-05-14 18:23Julien JomierNote Added: 0011928
2008-05-14 18:23Julien JomierResolutionopen => fixed
2008-05-14 18:23Julien JomierFixed in Version => 1.2

Notes
(0011902)
Luis Ibanez   
2008-05-14 11:32   
Julien pointed out

http://public.kitware.com/pipermail/cdash/2008-May/000155.html [^]

This is a CDash bug.
MySQL by default limits the fields of type 'text' to 650000 characters.
(0011928)
Julien Jomier   
2008-05-14 18:23   
The 'output' field in the 'test' database was set to 'text' (or blob) which is holding only 65000 characters. This field has been changed to 'mediumtext' which holds 31M chars.

This is fixed in SVN and also fixed on www.cdash.org (database modification)