[ovs-git] Open vSwitch: ovs-ofctl: Make "barrier" output reproducible for testing. (branch-1.6)

dev at openvswitch.org dev at openvswitch.org
Wed Mar 7 22:47:43 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.6 has been updated
       via  c27c4460e506a830a35dab99606cb74ac25df5b9 (commit)
      from  7cde6a8a537575e074caef397e54d35a7d812bcf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c27c4460e506a830a35dab99606cb74ac25df5b9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c27c4460e506a830a35dab99606cb74ac25df5b9
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Make "barrier" output reproducible for testing.
		
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 the messages was predictable.  This fixes the problem by not
printing a message at all when the barrier request is sent.

Bug #10049.
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 tests/ofproto.at      |    3 +--
 utilities/ovs-ofctl.c |    3 ---
 2 files changed, 1 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list