View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000969CMakeCTestpublic2004-07-02 16:232007-01-30 11:38
ReporterBrad King 
Assigned ToKen Martin 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000969: ctest inner instance does not timeout
DescriptionWhen the inner cmCTest instance is used as an optimization by ::RunTest, the call to .Run(...) should take no longer than the m_TimeOut setting of the outer cmCTest instance. Without this inner-instance optimization, a separate copy of ctest would be launched and killed when the timeout is reached. This behavior must be preserved with the optimization.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0001243)
Brad King (manager)
2004-07-02 16:29

Partially fixed in CVS:

Checking in cmCTest.cxx;
/cvsroot/CMake/CMake/Source/cmCTest.cxx,v <-- cmCTest.cxx
new revision: 1.192; previous revision: 1.191
done
Checking in cmCTest.h;
/cvsroot/CMake/CMake/Source/cmCTest.h,v <-- cmCTest.h
new revision: 1.44; previous revision: 1.43
done
(0006285)
Ken Martin (developer)
2007-01-30 11:38

The timeout is properly passed to the build-and-test handler. The Cmake run will not timeout as it is in the same process but the build and test steps will timeout and properly subtract remaining time from the total time allowed.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team