Hello,

I am trying to get ctest working on CircleCI with multiple concurrent 
containers. The following command works for many cases:

 ctest -j 2 -I ${CIRCLE_NODE_INDEX},,${CIRCLE_NODE_TOTAL} 

unless there are dependencies specified between tests via something like:

 set_property(TEST B APPEND PROPERTY DEPENDS A)

Then test B will still run even if test A has been run on the same node. Are 
there any suggestions to solve this problem? It would be nice to just split up 
the tests which have no dependencies, or always run the dependence of the test.

Thanks,
Brad


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to