Re: [ovs-dev] [PATCH 1/4] ovn: make ipam tests more reliable

2016-10-06 Thread Ben Pfaff
I see it now, thanks. On Fri, Oct 07, 2016 at 01:09:25AM +0800, nickcooper-zhangtonghao wrote: > Yes, I submitted the v2 patch. I can not see also it in > http://patchwork.ozlabs.org/project/openvswitch/list/ > > > There may an error in pat

Re: [ovs-dev] [PATCH 1/4] ovn: make ipam tests more reliable

2016-10-06 Thread nickcooper-zhangtonghao
Yes, I submitted the v2 patch. I can not see also it in http://patchwork.ozlabs.org/project/openvswitch/list/ There may an error in patchwork. I will send directly the patch to you. > On Oct 6, 2016, at 11:34 PM, Ben Pfaff wrote: > > Are

Re: [ovs-dev] [PATCH 1/4] ovn: make ipam tests more reliable

2016-10-06 Thread Ben Pfaff
Are you sure? I do not see it. Thanks, Ben. On Thu, Oct 06, 2016 at 06:55:02PM +0800, nickcooper-zhangtonghao wrote: > Good idea. I have submitted v2 patch. > > On Oct 6, 2016, at 8:30 AM, Ben Pfaff wrote: > > > > Thanks for working on this. > > > > When there are multiple ovn-nbctl calls in

Re: [ovs-dev] [PATCH 1/4] ovn: make ipam tests more reliable

2016-10-06 Thread nickcooper-zhangtonghao
Good idea. I have submitted v2 patch. > On Oct 6, 2016, at 8:30 AM, Ben Pfaff wrote: > > Thanks for working on this. > > When there are multiple ovn-nbctl calls in a row, it's ordinarily only > necessary to add --wait to the last call. Can you make that change?

Re: [ovs-dev] [PATCH 1/4] ovn: make ipam tests more reliable

2016-10-05 Thread Ben Pfaff
On Wed, Oct 05, 2016 at 04:20:42AM -0700, nickcooper-zhangtonghao wrote: > Fixes: 8639f9be("ovn-northd, tests: Adding IPAM to ovn-northd.") > The IPAM tests began to fail occasionally. Adding --wait=sb > to commands triggering address allocation eliminated these failures. > > Signed-off-by: nickco