Re: [ovs-dev] [PATCH v2] tests: Avoid Windows unit tests from hanging.

2015-04-22 Thread Ben Pfaff
On Wed, Apr 22, 2015 at 11:53:18AM -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 v2] tests: Avoid Windows unit tests from hanging.

2015-04-22 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