Re: [ovs-dev] [PATCH] tests: Fix race in 'balance-tcp bonding' test.

2014-07-07 Thread Joe Stringer
Thanks, I adjusted the commit message and pushed to master: Running the test in a tight loop could cause this test to fail after about 5 runs, with some of the ports reporting "may_enable: false" in the "ovs-appctl bond/show" output. This commit fixes the race condition by waiting

Re: [ovs-dev] [PATCH] tests: Fix race in 'balance-tcp bonding' test.

2014-07-07 Thread Ben Pfaff
On Fri, Jul 04, 2014 at 10:58:28AM +1200, Joe Stringer wrote: > Occasionally, this test would fail, with some of the ports reporting > "may_enable: false" in the bond/show output. This commit fixes the race > condition by waiting for may_enable to be true for all bond ports. > > Signed-off-by: Joe

[ovs-dev] [PATCH] tests: Fix race in 'balance-tcp bonding' test.

2014-07-03 Thread Joe Stringer
Occasionally, this test would fail, with some of the ports reporting "may_enable: false" in the bond/show output. This commit fixes the race condition by waiting for may_enable to be true for all bond ports. Signed-off-by: Joe Stringer --- Running the test in a tight loop could cause this failure