Re: [ovs-dev] [PATCH] ovs-macros.at: Try killing a process twice in Windows.

2015-04-03 Thread Gurucharan Shetty
> I'm really happy that you found a solution! (Even though we don't know > the root cause.) Thank you. > > Please credit Alex as the reporter. He raised this issue with me, and I > just passed it along. > > Acked-by: Ben Pfaff Oink. This patch does not fix the problem, so I will not commit it.

Re: [ovs-dev] [PATCH] ovs-macros.at: Try killing a process twice in Windows.

2015-04-03 Thread Ben Pfaff
On Fri, Apr 03, 2015 at 06:32:36PM -0700, Gurucharan Shetty wrote: > It has been seen recently that the unit tests hang sometimes > while run on Windows. This happens when the OVS daemons don't > get killed after the test finishes. In my reproduction case, > when we use the taskkill command to forc

[ovs-dev] [PATCH] ovs-macros.at: Try killing a process twice in Windows.

2015-04-03 Thread Gurucharan Shetty
It has been seen recently that the unit tests hang sometimes while run on Windows. This happens when the OVS daemons don't get killed after the test finishes. In my reproduction case, when we use the taskkill command to forcefully kill the process, the following happens: $ taskkill //f //PID 1728