This backports several C fixes that never made it into the Python codebase. These are all for things that happend before the ovsdb-cs split. I have another patch set coming that does the ovsdb-cs split and additional fixes that happened after that
Terry Wilson (7): python: idl: Notify on update2 diff only if alerted column changes. python: idl: Force IDL retry when missing updates encountered. python: idl: Fix expected cond_seqno when conditions are in flight. python: idl: Treat "unknown database" error as reason to reconnect. python: idl: Handle "not allowed" transaction errors. python: idl: Treat a "canceled" transaction reply as TRY_AGAIN. python: idl: Always notify on update2 insert. python/automake.mk | 1 + python/ovs/db/idl.py | 227 ++++++++++++++++++++++++----------- python/ovs/tests/test_idl.py | 42 +++++++ 3 files changed, 201 insertions(+), 69 deletions(-) create mode 100644 python/ovs/tests/test_idl.py -- 2.55.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
