Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
2
Description
r65232 fixes the destructor of the test agent to resume the clock during container destruction, which is necessary because the cgroups::destroy() code path makes use of delay(). After that change, we should look for unnecessary calls to Clock::resume() in tests which were added to accommodate this issue in Slave::~Slave().