Commit Graph

6 Commits

Author SHA1 Message Date
Albert Cheng
7fd6ff2413 [svn-r11674] Description:
Added messages to remind platform watchers to check for processes
still running in the remote machine after timeout.

Platforms tested:
Just eyeballed.  Changes is trivial.
2005-11-02 17:54:33 -05:00
Albert Cheng
28bb8b4694 [svn-r11428] Purpose:
Bug fix.

Description:
In some racing condition, the process ID file might be removed just
the moment before timekeeper cats its content. When that happens,
the $pid is a blank.  Timekeeper was not prepared for this.

Solution:
Added code to verify $pid is some number before proceeding.

Platforms tested:
Tested by hand only.
2005-09-17 20:41:57 -05:00
Albert Cheng
e7bcc265eb [svn-r10817] Purpose:
Feature

Description:
Add support for <time-limit> in the form of HH:MM.
2005-05-28 15:58:30 -05:00
Albert Cheng
5972ef28fd [svn-r9718] Purpose:
Change time-limit to be in the unit of minutes which is easier
to use than unit of seconds.

Platforms tested:
Tested in eirene.
2004-12-25 12:09:03 -05:00
Albert Cheng
9d241be57f [svn-r9714] Purpose:
bug fix

Description:
Setup the time limit with the wrong unit concept.  300 is only
300 seconds, not 300 minutes.  Set them to the correct values.
2004-12-23 18:42:57 -05:00
Albert Cheng
ca0ba1098a [svn-r9704] Purpose:
Feature

Description:
# As a time keeper of the remote daily test process launched by runtest.
# It sleeps for a certain time and then wakes up to hangup those processes
# that are still around, assuming they have run too long.

Platforms tested:
hand tested in heping.
2004-12-23 12:59:39 -05:00