Re: [ovs-dev] [RFC 01/14] tests: Fix race conditions.

2014-08-22 Thread Ben Pfaff
On Thu, Aug 21, 2014 at 05:41:56PM +1200, Joe Stringer wrote: > These tests had the potential to fail due to statistics not updating > before the test script retrieves them. Fix them by waiting until the > next revalidation cycle. > > Signed-off-by: Joe Stringer Acked-by: Ben Pfaff

[ovs-dev] [RFC 01/14] tests: Fix race conditions.

2014-08-20 Thread Joe Stringer
These tests had the potential to fail due to statistics not updating before the test script retrieves them. Fix them by waiting until the next revalidation cycle. Signed-off-by: Joe Stringer --- tests/ofproto-dpif.at |6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/ofproto-dpif