From 46d44cf3be0dbf4a44cebea3b279b3d16a326796 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Wed, 1 Dec 2021 11:51:20 -0600 Subject: python: idl: Add monitor_cond_since support. Add support for monitor_cond_since / update3 to python-ovs to allow more efficient reconnections when connecting to clustered OVSDB servers. Signed-off-by: Terry Wilson Acked-by: Dumitru Ceara Signed-off-by: Ilya Maximets --- tests/ovsdb-idl.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ovsdb-idl.at') diff --git a/tests/ovsdb-idl.at b/tests/ovsdb-idl.at index 3adb9d638..86a75f920 100644 --- a/tests/ovsdb-idl.at +++ b/tests/ovsdb-idl.at @@ -2319,7 +2319,7 @@ m4_define([OVSDB_CHECK_CLUSTER_IDL], # Checks that monitor_cond_since works fine when disconnects happen # with cond_change requests in flight (i.e., IDL is properly updated). -OVSDB_CHECK_CLUSTER_IDL_C([simple idl, monitor_cond_since, cluster disconnect], +OVSDB_CHECK_CLUSTER_IDL([simple idl, monitor_cond_since, cluster disconnect], 3, [['["idltest", {"op": "insert", -- cgit v1.2.1