Re: [ovs-dev] [PATCH v2] tests/ofproto.at: Workaround some races

2017-05-05 Thread Ben Pfaff
On Fri, May 05, 2017 at 12:39:12PM +0200, Timothy Redaelli wrote: > Port a variant of commit a6d1a2997db4: > ofproto.at: Workaround a race > > While a barrier serializes requests from the same connection, > it doesn't wait for requests from other connections to the switch. > Replac

[ovs-dev] [PATCH v2] tests/ofproto.at: Workaround some races

2017-05-05 Thread Timothy Redaelli
Port a variant of commit a6d1a2997db4: ofproto.at: Workaround a race While a barrier serializes requests from the same connection, it doesn't wait for requests from other connections to the switch. Replace the barrier with infamous "sleep 1" to workaround the problem. to the follo