Re: [ovs-dev] [PATCH 15/15] ovsdb-idl: Check internal graph in OVSDB tests.

2016-10-19 Thread Ben Pfaff
On Mon, Oct 17, 2016 at 01:44:03PM -0700, Andy Zhou wrote: > On Wed, Oct 5, 2016 at 8:16 PM, Ben Pfaff wrote: > > > Some upcoming tests will add extra trickiness to the IDL internal graph. > > This worries me, because the IDL doesn't have any checks for its graph > > consistency. This commit add

Re: [ovs-dev] [PATCH 15/15] ovsdb-idl: Check internal graph in OVSDB tests.

2016-10-17 Thread Andy Zhou
On Wed, Oct 5, 2016 at 8:16 PM, Ben Pfaff wrote: > Some upcoming tests will add extra trickiness to the IDL internal graph. > This worries me, because the IDL doesn't have any checks for its graph > consistency. This commit adds some. > > Signed-off-by: Ben Pfaff > For all 15 patches in the se

[ovs-dev] [PATCH 15/15] ovsdb-idl: Check internal graph in OVSDB tests.

2016-10-05 Thread Ben Pfaff
Some upcoming tests will add extra trickiness to the IDL internal graph. This worries me, because the IDL doesn't have any checks for its graph consistency. This commit adds some. Signed-off-by: Ben Pfaff --- lib/ovsdb-idl.c| 122 + lib/ov