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 forcefully kill the > process, the following happens: > > $ taskkill //f //PID 1728 > ERROR: The process with PID 1728 could not be terminated. > Reason: There is no running instance of the task. > > I don't know why the above happens. There are others > that seem to come across the same problem, but no one > knows the reason. > > But after the above happens, if you use tskill to kill > the same process, it works. tskill apparantly is more > primitive than taskkill, so with this commit, we > first try with taskkill and then try again with tskill. > > Reported-by: Ben Pfaff <b...@nicira.com> > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
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 <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev