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

2015-01-30 Thread Alex Wang
Thx for the review, applied to master and branch-2.3, On Fri, Jan 30, 2015 at 1:28 PM, Ben Pfaff wrote: > On Fri, Jan 30, 2015 at 01:27:03PM -0800, Alex Wang wrote: > > This commit fixes the intermittent test failure caused by the > > race between the test thread and logging thread. > > > > Sign

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

2015-01-30 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 01:27:03PM -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 > > --- > PATCH->v2: > - fix incorrect use of autotest macro. Acked-by: Ben Pfaff _

[ovs-dev] [PATCH V2] 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 --- PATCH->v2: - fix incorrect use of autotest macro. --- tests/ovs-vsctl.at |4 1 file changed, 4 insertions(+) diff --git a/tests/ovs-vsctl.at b/te