Re: [ovs-dev] [PATCH 1/2] tests: Avoid Windows unit tests from hanging.

2015-04-22 Thread Ben Pfaff
On Wed, Apr 22, 2015 at 01:06:13PM -0700, Gurucharan Shetty wrote: > > > > Great! > > > I sent a v2 of this patch as this patch alone helps the build systems > from not timing out because of the hung tests. The 2nd patch of this > series, may be able to wait a little longer for the review. To help

Re: [ovs-dev] [PATCH 1/2] tests: Avoid Windows unit tests from hanging.

2015-04-22 Thread Gurucharan Shetty
> > Great! > I sent a v2 of this patch as this patch alone helps the build systems from not timing out because of the hung tests. The 2nd patch of this series, may be able to wait a little longer for the review. ___ dev mailing list dev@openvswitch.org ht

Re: [ovs-dev] [PATCH 1/2] tests: Avoid Windows unit tests from hanging.

2015-04-21 Thread Ben Pfaff
On Tue, Apr 21, 2015 at 01:28:02PM -0700, Gurucharan Shetty wrote: > On Tue, Apr 14, 2015 at 9:02 PM, Ben Pfaff wrote: > > On Tue, Apr 07, 2015 at 06:06:40PM -0700, Gurucharan Shetty wrote: > >> It has been observed that sometimes Windows unit tests hang. > >> This happens when a daemon is started

Re: [ovs-dev] [PATCH 1/2] tests: Avoid Windows unit tests from hanging.

2015-04-21 Thread Gurucharan Shetty
On Tue, Apr 14, 2015 at 9:02 PM, Ben Pfaff wrote: > On Tue, Apr 07, 2015 at 06:06:40PM -0700, Gurucharan Shetty wrote: >> It has been observed that sometimes Windows unit tests hang. >> This happens when a daemon is started but does not get terminated >> when the test ends. >> >> In one particular

Re: [ovs-dev] [PATCH 1/2] tests: Avoid Windows unit tests from hanging.

2015-04-14 Thread Ben Pfaff
On Tue, Apr 07, 2015 at 06:06:40PM -0700, Gurucharan Shetty wrote: > It has been observed that sometimes Windows unit tests hang. > This happens when a daemon is started but does not get terminated > when the test ends. > > In one particular case, OVS_VSWITCHD_STOP is called which inturn > calls '

[ovs-dev] [PATCH 1/2] tests: Avoid Windows unit tests from hanging.

2015-04-07 Thread Gurucharan Shetty
It has been observed that sometimes Windows unit tests hang. This happens when a daemon is started but does not get terminated when the test ends. In one particular case, OVS_VSWITCHD_STOP is called which inturn calls 'ovs-appctl exit'. This causes ovs-vswitchd's atexit handler to cleanup the pidf