Re: [ovs-dev] [PATCH] daemon.at: Fix a race condition with windows service test.

2015-02-11 Thread Gurucharan Shetty
On Wed, Feb 11, 2015 at 4:09 PM, Nithin Raju wrote: >> On Feb 11, 2015, at 2:15 PM, Gurucharan Shetty wrote: >> >> OVS daemon service for Windows creates the pidfile and then >> registers with the Windows services manager that the service >> is running. There is a small time gap between the two s

Re: [ovs-dev] [PATCH] daemon.at: Fix a race condition with windows service test.

2015-02-11 Thread Nithin Raju
> On Feb 11, 2015, at 2:15 PM, Gurucharan Shetty wrote: > > OVS daemon service for Windows creates the pidfile and then > registers with the Windows services manager that the service > is running. There is a small time gap between the two steps. > So retry a few times in the test. > > Also, prov

[ovs-dev] [PATCH] daemon.at: Fix a race condition with windows service test.

2015-02-11 Thread Gurucharan Shetty
OVS daemon service for Windows creates the pidfile and then registers with the Windows services manager that the service is running. There is a small time gap between the two steps. So retry a few times in the test. Also, provide a keyword for the test. Reported-by: Nithin Raju Signed-off-by: Gu