Re: [devel] [PATCH 1/1] log: increase sleep 2s to make sure all directory are created successfully [#3187]

2020-05-13 Thread Thien Minh Huynh
Hi Thuan, Thanks for your comments. Best Regards, ThienHuynh -Original Message- From: Thuan Tran Sent: Wednesday, May 13, 2020 3:40 PM To: Thien Minh Huynh ; Vu Minh Nguyen Cc: opensaf-devel@lists.sourceforge.net Subject: RE: [PATCH 1/1] log: increase sleep 2s to make sure all

Re: [devel] [PATCH 1/1] log: increase sleep 2s to make sure all directory are created successfully [#3187]

2020-05-13 Thread Thuan Tran
Hi Thien, ACK with minor comment that maybe change short message to have quick catchup what the fix is For example: log: improve robustness for apitest suite 5 test case 16 [#3187] Sleep 1s after change logRootDirectory not enough time to logsv processing of directories creation. So cannot

[devel] [PATCH 1/1] log: increase sleep 2s to make sure all directory are created successfully [#3187]

2020-05-13 Thread thien.m.huynh
Sleep 1s after change logRootDirectory not enough time to logsv processing of directories creation. So cannot access '/srv/shared/saflog/croot/testRoot' The fix is increase sleep time to 2s to make sure all directory are created successfully. --- src/log/apitest/tet_LogOiOps.c | 2 +- 1 file