On 1 June 2016 at 04:46, Paul Boca <pb...@cloudbasesolutions.com> wrote:
> The problem is that on some cases it gets called with the socket
> name instead of the service name.
>
> Signed-off-by: Paul-Daniel Boca <pb...@cloudbasesolutions.com>

Looking at commit 0c473314294930a47a18d380e0bbcdf7b02a16f2 which
introduced this macro, it seems like simply skipping these pieces
could cause some tests to intermittently fail, because "ovs-appctl ...
exit" does not wait until the process has terminated; it simply tells
the process to terminate itself, then returns.

What needs to happen differently on windows between validating that a
process has exited vs. a service has exited?

Is this something that we need to update the tests to, for example,
treat service exit differently from regular application exit?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to