[cmake-developers] Problems with CTestTestParallel

Brad King brad.king at kitware.com
Fri Mar 31 13:49:49 EDT 2017


On 03/10/2017 10:32 AM, Brad King wrote:
> On 03/10/2017 06:34 AM, Rolf Eike Beer wrote:
>> I've attached the complete build dir of that test, maybe anyone 
>> has a clue what is going on there
> 
> The `Testing/Temporary/LastSubmit_20170310-1035.log` shows errors
> submitting to CDash.  However, the `test.cmake` script does not
> include a `ctest_submit` call.  Any idea what happens there?

It turns out another test was accidentally stepping on this one.
That's why it always passed locally but failed at night.  I can
reproduce the failure by running `CTestTestParallel` and
`CTestTestChecksum` in parallel.  Here is a fix:

https://gitlab.kitware.com/cmake/cmake/merge_requests/650

Thanks,
-Brad



More information about the cmake-developers mailing list