[ovs-dev] [PATCH ovn] system tests: Fix occasional failure of the test - "Load balancer health checks".

numans at ovn.org numans at ovn.org
Fri Feb 28 16:39:43 UTC 2020


From: Numan Siddique <numans at ovn.org>

Due to some timing issues, ovn-controller logs the warning message -
"handle service check: Service monitor not found". This can happen
if the service monitor is created in SB DB before the port for
the service is bound. This patch adds this warning message to the
WHITELIST of OVS_TRAFFIC_VSWITCHD_STOP.

Signed-off-by: Numan Siddique <numans at ovn.org>
---
 tests/system-ovn.at | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/system-ovn.at b/tests/system-ovn.at
index 53da910cb..9ed3df754 100644
--- a/tests/system-ovn.at
+++ b/tests/system-ovn.at
@@ -3462,7 +3462,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd])
 
 as
 OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d
-/connection dropped.*/d"])
+/connection dropped.*/d
+/Service monitor not found.*/d"])
 
 AT_CLEANUP
 
-- 
2.24.1



More information about the dev mailing list