[ovs-dev] [PATCH 0/2] ovsdb-idl: Preserve references for tracked deleted rows.

Dumitru Ceara dceara at redhat.com
Tue Mar 2 12:44:28 UTC 2021


The first patch of the series makes the ovsdb-idl tests more future
proof by trying to ensure more predictable output from test-ovsdb.

The second patch of the series fixes a problem with the IDL change
tracking code for deleted records which was causing OVN to crash due to
strong reference fields in IDL records not being preserved at row
deletion.

Dumitru Ceara (2):
      ovsdb-idl.at: Make test outputs predictable.
      ovsdb-idl: Preserve references for deleted rows.


 lib/ovsdb-idl.c    |    6 ++
 tests/ovsdb-idl.at |  125 ++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 109 insertions(+), 22 deletions(-)




More information about the dev mailing list