[Cdash] Multiple dynamic analysis submissions

David Cole david.cole at kitware.com
Fri Jun 22 12:38:52 UTC 2012


Probably not deleting previous submissions unless Build.xml is being sent
more than once. CDash only deletes previous builds when processing
Build.xml files.


On Fri, Jun 22, 2012 at 7:55 AM, Julien Jomier <julien.jomier at kitware.com>wrote:

> 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,
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20120622/f6d140f3/attachment-0003.htm>


More information about the CDash mailing list