<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
CCing to the mailing list...<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Subject: </th>
      <td>Re: [Cdash] Test.xml submitted but not on dashboard</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
      <td>Mon, 01 Mar 2010 16:29:54 -0500</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">From: </th>
      <td>Martin Beaudoin <a class="moz-txt-link-rfc2396E" href="mailto:beaudoin.martin@ireq.ca"><beaudoin.martin@ireq.ca></a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">To: </th>
      <td>David Cole <a class="moz-txt-link-rfc2396E" href="mailto:david.cole@kitware.com"><david.cole@kitware.com></a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">References: </th>
      <td><a class="moz-txt-link-rfc2396E" href="mailto:4B8C233E.4010304@ireq.ca"><4B8C233E.4010304@ireq.ca></a>
<a class="moz-txt-link-rfc2396E" href="mailto:f435c2c51003011254u3568e91ao4d6e2f47a7343801@mail.gmail.com"><f435c2c51003011254u3568e91ao4d6e2f47a7343801@mail.gmail.com></a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
David Cole wrote:
<blockquote
 cite="mid:f435c2c51003011254u3568e91ao4d6e2f47a7343801@mail.gmail.com"
 type="cite">Can you post the Test.xml file?<br>
</blockquote>
Here it is.<br>
<br>
This is the simplest of my test cases.    I have more complex tests
results as well, but this is the simplest I could downgrade my setup in
order to hunt for the problem.<br>
<br>
Many thanks for your help.<br>
<br>
Martin<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<Site BuildName="linux64GccDPOpt-gcc4.3.3"<br>
        BuildStamp="20100301-1723-Experimental"<br>
        Name="pws00011l"<br>
        Generator="ctest-2.8.0"<br>
       
CompilerName="/home/math/pub/gcc/gcc-4.3.3/Linux_x86_64_GNU43/bin/c++"<br>
        OSName="Linux"<br>
        Hostname="pws00011l"<br>
        OSRelease="2.6.27.42-0.1-default"<br>
        OSVersion="#1 SMP 2010-01-06 16:07:25 +0100"<br>
        OSPlatform="x86_64"<br>
        Is64Bits="1"<br>
        VendorString="GenuineIntel"<br>
        VendorID="Intel Corporation"<br>
        FamilyID="6"<br>
        ModelID="23"<br>
        ProcessorCacheSize="6144"<br>
        NumberOfLogicalCPU="4"<br>
        NumberOfPhysicalCPU="4"<br>
        TotalVirtualMemory="24575"<br>
        TotalPhysicalMemory="16051"<br>
        LogicalProcessorsPerPhysical="1"<br>
        ProcessorClockFrequency="2992.48"<br>
><br>
<Testing><br>
        <StartDateTime>Mar 01 12:32 EST</StartDateTime><br>
        <StartTestTime>1267464769</StartTestTime><br>
        <TestList><br>
                <Test>./OpenFOAM-1.5-dev_Dummy_Test</Test><br>
        </TestList><br>
        <Test Status="passed"><br>
                <Name>OpenFOAM-1.5-dev_Dummy_Test</Name><br>
                <Path>.</Path><br>
               
<FullName>./OpenFOAM-1.5-dev_Dummy_Test</FullName><br>
                <FullCommandLine>/bin/true</FullCommandLine><br>
                <Results><br>
                        <NamedMeasurement type="numeric/double"
name="Execution
Time"><Value>0.00293279</Value></NamedMeasurement><br>
                        <NamedMeasurement type="text/string"
name="Completion
Status"><Value>Completed</Value></NamedMeasurement><br>
                        <NamedMeasurement type="text/string"
name="Command
Line"><Value>/bin/true</Value></NamedMeasurement><br>
                        <Measurement><br>
                                <Value></Value><br>
                        </Measurement><br>
                </Results><br>
        </Test><br>
        <EndDateTime>Mar 01 12:32 EST</EndDateTime><br>
        <EndTestTime>1267464769</EndTestTime><br>
<ElapsedMinutes>0</ElapsedMinutes></Testing><br>
</Site><br>
<br>
<blockquote
 cite="mid:f435c2c51003011254u3568e91ao4d6e2f47a7343801@mail.gmail.com"
 type="cite"><br>
  <br>
  <div class="gmail_quote">On Mon, Mar 1, 2010 at 3:27 PM, Martin
Beaudoin <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:beaudoin.martin@ireq.ca">beaudoin.martin@ireq.ca</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
    <br>
I am using CDash, version 1.6.2 and I am experiencing the same problem<br>
as Mr. Pierard.<br>
    <br>
My result file Test.xml is being submitted, but I cannot see the test<br>
results on the dashboard, only my build results.<br>
    <br>
My Build.xml file is being processed correctly, and I can track it back<br>
to the  CDash/backup repository. I can also view the Build results<br>
through my Web browser when connecting to my CDash service.<br>
    <br>
On the other hand, my Test.xml file, which is even smaller that my<br>
Build.xml file (1K overall) , is not showing up in the CDash/backup<br>
repository.<br>
    <br>
So I don't think that this is a PHP + memory issue. Basically, it looks<br>
like the Test.xml file is being thrown away by the server as soon as the<br>
upload is done.<br>
    <br>
Is there any way for me to debug this?<br>
    <br>
I have been using CDash for many months now, and I did not have this<br>
kind of problems with earlier versions of CDash.<br>
    <br>
Thank you for your help.<br>
    <br>
Martin Beaudoin<br>
    <br>
    <br>
_______________________________________________<br>
Cdash mailing list<br>
    <a moz-do-not-send="true" href="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</a><br>
    <a moz-do-not-send="true"
 href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash"
 target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Martin Beaudoin, M.Sc.A., ing.             <a moz-do-not-send="true"
 class="moz-txt-link-abbreviated" href="mailto:beaudoin.martin@ireq.ca">beaudoin.martin@ireq.ca</a>
Chercheur
Institut de recherche d'Hydro-Quebec(IREQ)
Reseaux electriques et mathematique
1800 boul. Lionel Boulet                       tel: (450) 652-8235
Varennes (Quebec) J3X 1S1 Canada               fax: (450) 652-8180
</pre>
<br>
<pre class="moz-signature" cols="72">-- 
Martin Beaudoin, M.Sc.A., ing.             <a class="moz-txt-link-abbreviated" href="mailto:beaudoin.martin@ireq.ca">beaudoin.martin@ireq.ca</a>
Chercheur
Institut de recherche d'Hydro-Quebec(IREQ)
Reseaux electriques et mathematique
1800 boul. Lionel Boulet                       tel: (450) 652-8235
Varennes (Quebec) J3X 1S1 Canada               fax: (450) 652-8180
</pre>
</body>
</html>