forked from doonhammer/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bridge: Let ofprotos run once before reporting configuration complete.
Occasionally in the unit tests the following race can happen: 1. ovs-vsctl updates database 2. ovs-vswitchd reconfigures, notifies ovs-vsctl that it is complete 3. ovs-appctl ofproto/trace fails to see newly added port 4. ovs-vswitchd main loop calls ofproto's ->type_run(), making the new port visible to translation. This race may be seen in the failures of tests 5 and 624 here: https://launchpadlibrarian.net/151884888/buildlog_ubuntu-precise-amd64.openvswitch_2.0~201309300804-1ppa1~precise_FAILEDTOBUILD.txt.gz Reported-by: Vasiliy Tolstov <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,6 +231,7 @@ Teemu Koponen [email protected] | |
Timothy Chen [email protected] | ||
Torbjorn Tornkvist [email protected] | ||
Valentin Bud [email protected] | ||
Vasiliy Tolstov [email protected] | ||
Vishal Swarankar [email protected] | ||
Vjekoslav Brajkovic [email protected] | ||
Voravit T. [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters