|
Notes |
|
|
(0010917)
|
|
Julien Jomier
|
|
2008-03-26 12:10
|
|
Good catch. This is actually a database definition issue, I'll put a fix.
Regarding the status, we are getting it from the XML, it would require modifications to CTest or maybe we can set a timeout value in CDash and display the status based on that... |
|
|
|
(0010925)
|
|
Bill Lorensen
|
|
2008-03-26 21:18
|
|
Since the XML contains the exit code Timeout, I don't see why ctest mods are needed.
For example,
<Test>
<FullName>./Examples/Registration/DeformableRegistration8Test1</FullName>
<Status>failed</Status>
<CompletionStatus>Completed</CompletionStatus>
<ExitCode>Timeout</ExitCode>
<ExecutionTime>1500.02</ExecutionTime>
</Test> |
|
|
|
(0010926)
|
|
Julien Jomier
|
|
2008-03-26 21:23
|
|
|
CDash was recording the CompletionStatus instead of the ExitCode. I have switched CDash to use the ExitCode instead. I'll keep an eye on the local dashboard. |
|
|
|
(0011481)
|
|
Julien Jomier
|
|
2008-04-22 12:29
|
|
|