Re: [ovs-dev] [PATCH 1/7] ovn: Fix races in MAC_Binding deletion test.

2016-10-07 Thread Ben Pfaff
On Fri, Oct 07, 2016 at 07:24:29AM -0700, Guru Shetty wrote: > On 5 October 2016 at 18:26, Ben Pfaff wrote: > > > The test assumed that ovn-northd could delete the MAC_Binding rows > > instantly, but it may take a while. > > > > Signed-off-by: Ben Pfaff > > --- > > tests/ovn.at | 9 - >

Re: [ovs-dev] [PATCH 1/7] ovn: Fix races in MAC_Binding deletion test.

2016-10-07 Thread Guru Shetty
On 5 October 2016 at 18:26, Ben Pfaff wrote: > The test assumed that ovn-northd could delete the MAC_Binding rows > instantly, but it may take a while. > > Signed-off-by: Ben Pfaff > --- > tests/ovn.at | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/tests/ovn.a