[Kimchi-devel] [PATCH V3] add a synchronous function with timeout to execute command

Sheldon shaohef at linux.vnet.ibm.com
Fri Jan 17 13:39:03 UTC 2014


On 01/14/2014 09:03 PM, shaohef at linux.vnet.ibm.com wrote:
> From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
>
> V2 -> V3
> address zhengsheng's commnet.
> raise TimeoutExpired when timeout
> do not return timeout_flag
>
> V1 -> V2
> check timeout happens and report a specific error
> +        if proc.returncode == -9 and timeout_flag[0] is True:
> +            kimchi_log.error("subprocess is killed by signal.SIGKILL "
> +                             "for timeout %s seconds", timeout)
>
> ShaoHe Feng (1):
>    add a synchronous function with timeout to execute command
>
>   src/kimchi/exception.py |  4 ++++
>   src/kimchi/utils.py     | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
>   2 files changed, 62 insertions(+)
>
ping

-- 
Thanks and best regards!

Sheldon Feng(冯少合)<shaohef at linux.vnet.ibm.com>
IBM Linux Technology Center




More information about the Kimchi-devel mailing list