Re: [devel] [PATCH 1/1] log: update saflogtest to limit timeout when handling try again [#2764]

2018-02-02 Thread Vu Minh Nguyen
Ack. Thanks, Vu > -Original Message- > From: Canh Van Truong [mailto:canh.v.tru...@dektech.com.au] > Sent: Monday, January 29, 2018 6:06 AM > To: lennart.l...@ericsson.com; vu.m.ngu...@dektech.com.au; > srinivas.mangip...@oracle.com > Cc: opensaf-devel@lists.sourceforge.net; Canh Van

[devel] [PATCH 1/1] log: update saflogtest to limit timeout when handling try again [#2764]

2018-01-28 Thread Canh Van Truong
when saflogtest write log records and get error TRY_AGAIN in ack message, it will handle to re-write until the error is not TRY_AGAIN. There is no limited timeout to handle try-again. The patch add timeout 10s for handling try-again. --- src/log/apitest/saflogtest.c | 86