[Cdash] Multiple dynamic analysis submissions

Julien Jomier julien.jomier at kitware.com
Fri Jun 22 11:55:46 UTC 2012


Hi Simon,

It sounds like a bug in CDash deleting the previous submissions when 
submitting dynamic analysis by part. Could you log a bug report and 
we'll try to address this issue.

Julien

On 22/06/2012 11:37, Simon Pomarède - TMA Uranie wrote:
> Dear all,
>
> My project is divided into several subprojects. For the unit tests and
> coverage tests, I can split the process in order to get one submission
> for each subproject. For example, I use:
>
> ctest_test(BUILD ${module}/souRCE/teST APPEND)
>
> ctest_submit(PARTS Test)
>
> These instructions lead in the creation of one test per submission (ie
> per module).
>
> But the problem comes from the dynamic analysis submission. I try and
> use the same process:
>
> ctest_memcheck(BUILD ${module}/souRCE/teST APPEND)
>
> ctest_submit(PARTS MemCheck)
>
> But I only get the last submission in my dashboard, and the previous
> ones are totally omitted.
>
> Is there a solution for me to send the different parts of the dynamic
> analysis and get all of them in my dashboard?
>
> Thank you in advance,
>



More information about the CDash mailing list