773311
From b1a0a1aecc5e49e465f7ff42b179f6c5ce683397 Mon Sep 17 00:00:00 2001
773311
From: Numan Siddique <numans@ovn.org>
773311
Date: Fri, 28 Feb 2020 22:09:43 +0530
773311
Subject: [PATCH 1/3] system tests: Fix occasional failure of the test - "Load
773311
 balancer health checks".
773311
773311
Due to some timing issues, ovn-controller logs the warning message -
773311
"handle service check: Service monitor not found". This can happen
773311
if the service monitor is created in SB DB before the port for
773311
the service is bound. This patch adds this warning message to the
773311
WHITELIST of OVS_TRAFFIC_VSWITCHD_STOP.
773311
773311
Signed-off-by: Numan Siddique <numans@ovn.org>
773311
Acked-by: Dumitru Ceara <dceara@redhat.com>
773311
---
773311
 tests/system-ovn.at | 3 ++-
773311
 1 file changed, 2 insertions(+), 1 deletion(-)
773311
773311
diff --git a/tests/system-ovn.at b/tests/system-ovn.at
773311
index 53da910cb..9ed3df754 100644
773311
--- a/tests/system-ovn.at
773311
+++ b/tests/system-ovn.at
773311
@@ -3462,7 +3462,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd])
773311
 
773311
 as
773311
 OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d
773311
-/connection dropped.*/d"])
773311
+/connection dropped.*/d
773311
+/Service monitor not found.*/d"])
773311
 
773311
 AT_CLEANUP
773311
 
773311
-- 
773311
2.24.1
773311