MantisBT - CDash
View Issue Details
0008462CDashpublic2009-02-04 02:162009-03-28 17:09
Michal Cihar 
Julien Jomier 
normalminoralways
closedfixed 
 
1.3 
0008462: Only 412 test results shown
After updating SVN on monday, CDash only shows first 412 test results (200 are being ignored). I did not find any error neither in HTTP response nor in CDash logs. Is there some way to debug it?
No tags attached.
Issue History
2009-02-04 02:16Michal CiharNew Issue
2009-02-04 02:27Michal CiharNote Added: 0014774
2009-02-04 02:34Michal CiharNote Added: 0014775
2009-02-04 08:28Julien JomierNote Added: 0014777
2009-02-04 08:28Julien JomierStatusnew => assigned
2009-02-04 08:28Julien JomierAssigned To => Julien Jomier
2009-02-20 15:14Julien JomierStatusassigned => resolved
2009-02-20 15:14Julien JomierFixed in Version => 1.3
2009-02-20 15:14Julien JomierResolutionopen => fixed
2009-03-28 17:09Julien JomierStatusresolved => closed

Notes
(0014774)
Michal Cihar   
2009-02-04 02:27   
I'm not actually sure whether this problem is related to SVN update I did, because I also added some tests, but I'm not sure if this can cause problems.

I tested these SVN revisions and all fail:

1404
1383
1300
(0014775)
Michal Cihar   
2009-02-04 02:34   
Ah, I found the problem - it's actually bug in CTest which does not escape XML chars in command line, what can produce something like this:

            <NamedMeasurement type="text/string" name="Command Line"><Value>command with <> fails</Value></NamedMeasurement>

Would it be possible to make CDash warn somehow about this error condition? Debugging this took me quite a long time....
(0014777)
Julien Jomier   
2009-02-04 08:28   
We have fixed the bug in CTest a couple weeks ago. You should have seen some errors in the debug log of CDash. If not, I'll take a look and see if I can put some debugging information. Thanks for the report and taking time to dig the problem.