Re: [ovs-dev] [PATCH] ovs-vsctl.at: Fix intermittent failure.

2015-01-30 Thread Alex Wang
Thx for spotting it, i did not copy the entire example and missed the 'test', This failure is very hard to reproduce on my setup, so it passed 30 runs, I'll fix it and repost, Thanks, Alex Wang, On Fri, Jan 30, 2015 at 12:38 PM, Ben Pfaff wrote: > On Fri, Jan 30, 2015 at 10:51:49AM -0800, Ale

Re: [ovs-dev] [PATCH] ovs-vsctl.at: Fix intermittent failure.

2015-01-30 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 10:51:49AM -0800, Alex Wang wrote: > This commit fixes the intermittent test failure caused by the > race between the test thread and logging thread. > > Signed-off-by: Alex Wang OVS_WAIT_WHILE doesn't have an implied invocation of "test", so I'm surprised that this helps

[ovs-dev] [PATCH] ovs-vsctl.at: Fix intermittent failure.

2015-01-30 Thread Alex Wang
This commit fixes the intermittent test failure caused by the race between the test thread and logging thread. Signed-off-by: Alex Wang --- tests/ovs-vsctl.at |6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at index f6e6994..433b964 100644 --- a/