View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007018CDashpublic2008-05-14 11:302008-05-14 18:23
ReporterLuis Ibanez 
Assigned ToJulien Jomier 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version1.2 
Summary0007018: Output from test is truncated
DescriptionThe test output of a test seem to get truncated
Additional InformationWe 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0011902)
Luis Ibanez (reporter)
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 (manager)
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)

 Issue History
Date Modified Username Field Change
2008-05-14 11:30 Luis Ibanez New Issue
2008-05-14 11:32 Luis Ibanez Note Added: 0011902
2008-05-14 18:19 Julien Jomier Status new => assigned
2008-05-14 18:19 Julien Jomier Assigned To => Julien Jomier
2008-05-14 18:23 Julien Jomier Status assigned => closed
2008-05-14 18:23 Julien Jomier Note Added: 0011928
2008-05-14 18:23 Julien Jomier Resolution open => fixed
2008-05-14 18:23 Julien Jomier Fixed in Version => 1.2


Copyright © 2000 - 2018 MantisBT Team