Re: [ovs-dev] [PATCH 1/2] tests: Fix inconsistency tests in monitor

2016-02-21 Thread Andy Zhou
On Sat, Feb 20, 2016 at 8:35 AM, Liran Schour wrote: > In case of delete only: !initial,!insert,!modify. We can not be sure that > we > will see X if we have: insert X, delete X. > In case of modify only: !initial,!insert,!delete. We can not be sure that > we > will see X modified if we have: ins

[ovs-dev] [PATCH 1/2] tests: Fix inconsistency tests in monitor

2016-02-20 Thread Liran Schour
In case of delete only: !initial,!insert,!modify. We can not be sure that we will see X if we have: insert X, delete X. In case of modify only: !initial,!insert,!delete. We can not be sure that we will see X modified if we have: insert X, modify X, delete X. Signed-off-by: Liran Schour --- tests