]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb-idl.at: Wait all servers to join the cluster.
authorFlavio Leitner <fbl@sysclose.org>
Mon, 7 Sep 2020 14:48:24 +0000 (11:48 -0300)
committerIlya Maximets <i.maximets@ovn.org>
Wed, 9 Sep 2020 19:24:05 +0000 (21:24 +0200)
commit5198e8a06928e3324e6fd11f6209c336611dffd2
tree45ab3e9b63d9872008a7cc86c719eb9cfc26aceb
parent0bddf55fba1df1f9a199baf5a85f8dcfc7b08c06
ovsdb-idl.at: Wait all servers to join the cluster.

The test 'Check Python IDL reconnects to leader - Python3
(leader only)' fails sometimes when the first ovsdb-server
gets killed before the others had joined the cluster.

Fix the function ovsdb_cluster_start_idltest to wait them
to join the cluster.

Fixes: c39751e44539 ("python: Monitor Database table to manage lifecycle of IDL client.")
Co-authored-by:: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
tests/ovsdb-idl.at