[Cdash] How to setup a proper CMake+CTest+CDash usage?

Julien Jomier julien.jomier at kitware.com
Fri Sep 26 21:32:30 UTC 2008


Hi Eric,

Could you try to replace the spaces in the URL in the CTestConfig.cmake 
by %20 (url encoded).

  SET(CTEST_DROP_LOCATION 
"/CDashPublic/submit.php?project=CERTI%20HLA%20 TestsSuite")

Let me know if that works,
Julien

Eric Noulard wrote:
> Hi all,
> 
> I did create a public CDash for my project:
> 
> http://www.cdash.org/CDashPublic/index.php?project=CERTI HLA TestsSuite
> 
> I did try to submit a result with
> 
> $ ctest -D NightlyTest
>    Site: bagherra
>    Build name: Linux-c++
> Start processing tests
> Test project /home/eric/workspace/HLA_TestsSuite/build
>   1/  3 Testing create_destroy                ***Failed
>   2/  3 Testing test_Sync                     ***Failed
>   3/  3 Testing test_TRTCCallbacks            ***Failed
> 
> 0% tests passed, 3 tests failed out of 3
> 
> The following tests FAILED:
> 	  1 - create_destroy (Failed)
> 	  2 - test_Sync (Failed)
> 	  3 - test_TRTCCallbacks (Failed)
> Errors while running CTest
> $ ctest -D NightlySubmit
>    Site: bagherra
>    Build name: Linux-c++
> Start processing tests
> Submit files (using http)
>    Using HTTP submit method
>    Drop site: http://www.cdash.org/CDashPublic/submit.php?project=CERTI
> HLA TestsSuite
>    Uploaded: /home/eric/workspace/HLA_TestsSuite/build/Testing/20080926-0500/Build.xml
>    Uploaded: /home/eric/workspace/HLA_TestsSuite/build/Testing/20080926-0500/Test.xml
>    Using HTTP trigger method
>    Trigger site: http://www.cdash.org/cgi-bin/Submit-Random-TestingResults.cgi
>    Dart server triggered...
>    Submission successful
> $
> 
> But I do not see anything on the CDash  ?
> http://www.cdash.org/CDashPublic/index.php?project=CERTI HLA TestsSuite
> 
> What did I miss?
> 
> you'll find my CTestConfig.cmake attached
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash



More information about the CDash mailing list