Probably not deleting previous submissions unless Build.xml is being sent more than once. CDash only deletes previous builds when processing Build.xml files.<br><br><div><br><div class="gmail_quote">On Fri, Jun 22, 2012 at 7:55 AM, Julien Jomier <span dir="ltr"><<a href="mailto:julien.jomier@kitware.com" target="_blank">julien.jomier@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Simon,<br>
<br>
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.<span class="HOEnZb"><font color="#888888"><br>

<br>
Julien</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 22/06/2012 11:37, Simon Pomarède - TMA Uranie wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear all,<br>
<br>
My project is divided into several subprojects. For the unit tests and<br>
coverage tests, I can split the process in order to get one submission<br>
for each subproject. For example, I use:<br>
<br>
ctest_test(BUILD ${module}/souRCE/teST APPEND)<br>
<br>
ctest_submit(PARTS Test)<br>
<br>
These instructions lead in the creation of one test per submission (ie<br>
per module).<br>
<br>
But the problem comes from the dynamic analysis submission. I try and<br>
use the same process:<br>
<br>
ctest_memcheck(BUILD ${module}/souRCE/teST APPEND)<br>
<br>
ctest_submit(PARTS MemCheck)<br>
<br>
But I only get the last submission in my dashboard, and the previous<br>
ones are totally omitted.<br>
<br>
Is there a solution for me to send the different parts of the dynamic<br>
analysis and get all of them in my dashboard?<br>
<br>
Thank you in advance,<br>
<br>
</blockquote>
</div></div></blockquote></div><br></div>