From b637c0a118127e98624dd1eaa44f1357ae5907a4 Mon Sep 17 00:00:00 2001 From: Zhaohui Sun <94606222+ZhaohuiS@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:42:35 +0800 Subject: [PATCH] Ignore Failed to parse lldp age error log (#10135) If ntp server changes, local time stamp may jump and will cause the age value in lldpctl json output turns to negative time such as '00:-54:-15'. During lldp-syncd deamon process, it will fail and print an error log when parsing age. Add this unharmful syslog into ignore list. Signed-off-by: Zhaohui Sun --- .../test/files/tools/loganalyzer/loganalyzer_common_ignore.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt index fe9cfa9e717..7b7196a92f1 100644 --- a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt +++ b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt @@ -183,3 +183,6 @@ r, ".* ERR pmon#sensord: Error getting sensor data: dps.*" # https://msazure.visualstudio.com/One/_workitems/edit/24444744/ r, ".* ERR syncd\d*#syncd.*SAI_API_UNSPECIFIED:sai_bulk_object_get_stats.*" + +# https://msazure.visualstudio.com/One/_workitems/edit/25018599 +r, ".* ERROR: Failed to parse lldp age.*"