MantisBT - CDash
View Issue Details
0015452CDash(No Category)public2015-03-17 09:492015-03-17 10:12
Clinton Stimpson 
 
normalminoralways
newopen 
 
 
0015452: some cdash logs not clearing
There are some errorlog entries not associated with a buildid. These apparently don't get cleaned up, and I don't see a way to clean them.

If I run this sql statement:
select * from errorlog where buildid=0;
I get a result of 34497 rows.

Most of them contain "(ctest_parse): error: could not create handler based on xml content"
And some contain "(ctest_parse): Checksum failure on file: ...."

Looking at the php source, only those associated with buildids can be cleaned up.
No tags attached.
Issue History
2015-03-17 09:49Clinton StimpsonNew Issue
2015-03-17 10:12Clinton StimpsonNote Added: 0038228

Notes
(0038228)
Clinton Stimpson   
2015-03-17 10:12   
I manually deleted most of the rows in the errorlog table, and now I can see the errors show up in the browser, with a button allowing me to delete them. So it appears to work fine except that if there is a very large number of rows, it doesn't work.