Re: [ovs-dev] [PATCH] ovs-ofctl: Make "barrier" output reproducible for testing.

2012-03-07 Thread Ethan Jackson
Looks good, thanks for looking into this Ben. Ethan On Wed, Mar 7, 2012 at 14:49, Ben Pfaff wrote: > The "ofproto - asynchronous message control" test had a race in which > the "send: OFPT_BARRIER_REQUEST" message could get printed in different > places because there was nothing to ensure that m

[ovs-dev] [PATCH] ovs-ofctl: Make "barrier" output reproducible for testing.

2012-03-07 Thread Ben Pfaff
The "ofproto - asynchronous message control" test had a race in which the "send: OFPT_BARRIER_REQUEST" message could get printed in different places because there was nothing to ensure that messages from the switch were printed before messages sent to the switch, even though the actual ordering of